Skip to content

Commit

Permalink
Update label-checker.yml
Browse files Browse the repository at this point in the history
チェックするラベルの修正
  • Loading branch information
yuiveslkao authored Sep 27, 2024
1 parent b2e3ea7 commit 70ea127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: ci/test,enhancement,good first issue
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 70ea127

Please sign in to comment.