We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892f1d7 commit c45f117Copy full SHA for c45f117
.github/workflows/auto-merge.yml
@@ -27,7 +27,7 @@ jobs:
27
run: gh pr merge --auto --squash "$PR_URL"
28
env:
29
PR_URL: ${{github.event.pull_request.html_url}}
30
- GITHUB_TOKEN: ${{secrets.PAT_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
31
pre-commit-ci:
32
runs-on: ubuntu-latest
33
if: ${{ github.event.pull_request.user.login == 'pre-commit-ci[bot]' }}
@@ -36,4 +36,4 @@ jobs:
36
37
38
39
0 commit comments