Skip to content

Commit

Permalink
Merge pull request #33 from traP-jp/feat/#32-lead-labelcheck
Browse files Browse the repository at this point in the history
Feat/#32 lead labelcheck
  • Loading branch information
yuiveslkao authored Sep 27, 2024
2 parents 86fb83c + 70ea127 commit a130c9e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled

jobs:

check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: enhancement,bug,ci/test,documentation,duplicate,good first issue,help wanted,invalid,question,wontfix
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a130c9e

Please sign in to comment.