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:
Scroogey-SN 2025-03-03 20:35:22 +00:00 committed by GitHub
parent dfe0c4ad23
commit 65cb25e28c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |