Skip to content

Commit

Permalink
Merge branch 'gh-actions-test-branch' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars authored Oct 15, 2024
2 parents 1774f6d + a9ca5de commit b9fd036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/re-draft-on-changes-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
changes_requested:
if: github.event.review.state == 'changes_requested'
permissions:
pull-requests: write
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- run: echo "This PR was rejected"
Expand Down

0 comments on commit b9fd036

Please sign in to comment.