Extend awards action (#1939)
* 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 <34140557+huumn@users.noreply.github.com>
This commit is contained in:
parent
dfe0c4ad23
commit
65cb25e28c
2
.github/workflows/extend-awards.yml
vendored
2
.github/workflows/extend-awards.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
types: [ closed ]
|
types: [ closed ]
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
if_merged:
|
||||||
if: |
|
if: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user