diff --git a/.github/workflows/enforce-pr-template.yml b/.github/workflows/enforce-pr-template.yml index 9710ffe..a2269e7 100644 --- a/.github/workflows/enforce-pr-template.yml +++ b/.github/workflows/enforce-pr-template.yml @@ -14,7 +14,7 @@ jobs: if: | !contains(github.event.pull_request.body, '# Pull Request Checklist') steps: - - name: Close Invalid Pull Request + - name: Close Invalid Pull Requests run: | gh pr close "$PR_NUMBER" --comment "$COMMENT" env: