diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index 2b4bedf..2b178d3 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -16,5 +16,5 @@ jobs: 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,outdated + any_of: enhancement,bug,ci/test,documentation,duplicate,good first issue,help wanted,invalid,question,wontfix,outdated,refactor repo_token: ${{ secrets.GITHUB_TOKEN }}