Skip to content

chore(deps-dev): bump ts-node from 9.1.1 to 10.9.2 #357

chore(deps-dev): bump ts-node from 9.1.1 to 10.9.2

chore(deps-dev): bump ts-node from 9.1.1 to 10.9.2 #357

Workflow file for this run

name: Auto Labeler
on:
pull_request_target:
types: [opened, edited]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: opensumi/actions/bot-token@main
id: bot-token
with:
token-server: ${{ secrets.BOT_TOKEN_SERVER }}
flag: ${{ secrets.BOT_FLAG }}
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{env.GITHUB_TOKEN}}