Skip to content

Commit

Permalink
add auto label (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu authored Nov 29, 2022
1 parent 6080d50 commit 0c1bf5a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check_label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Auto label

on:
issues:
types:
- reopened
- opened
- labeled
- unlabeled
- closed

env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
EVENT: ${{ toJSON(github.event)}}
EVENT_NAME: ${{ github.event_name}}

jobs:
sync:
name: auto label
runs-on: ubuntu-latest
steps:
- uses: HarrisChu/auto_label@v1

0 comments on commit 0c1bf5a

Please sign in to comment.