Skip to content

Commit

Permalink
chore: fix do not merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstonePfalz authored Oct 22, 2024
1 parent 5bb2289 commit 7272d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull-auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
- name: Add 'do-not-merge' label
if: github.actor != 'RedstonePfalz'
uses: actions/github-script@v4
with:
github-token: ${{ secrets.BOT_TOKEN }}
Expand Down

0 comments on commit 7272d87

Please sign in to comment.