Skip to content

Commit

Permalink
Extend awards action (#1939)
Browse files Browse the repository at this point in the history
* remove debug job, restrict create-pull-request to only awards.txt, add documentation

* make create-pull-request use a custom branch, and filter that out, so PRs generated by action don't invoke action again

* add permissions: line

* pull-requests write instead of all

---------

Co-authored-by: Keyan <[email protected]>
  • Loading branch information
Scroogey-SN and huumn authored Mar 3, 2025
1 parent dfe0c4a commit 65cb25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extend-awards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types: [ closed ]
branches:
- master
permissions:
pull-requests: write
jobs:
if_merged:
if: |
Expand Down

0 comments on commit 65cb25e

Please sign in to comment.