Skip to content

Commit

Permalink
Merge pull request #4 from sever-sever/patch-2
Browse files Browse the repository at this point in the history
test 04
  • Loading branch information
evgsentrium authored Oct 15, 2024
2 parents 2ddfc34 + 50d29e7 commit 0392833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-pr-auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
set -eux
gh pr close ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --comment "Pull requests to this branch are not accepted and have been closed automatically." --delete-branch
env:
GH_TOKEN: ${{ secrets.PAT }}
# GH_TOKEN: ${{ secrets.PAT }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 0392833

Please sign in to comment.