From 65cb25e28cc2d1a256d7522a4b4506d597a68aa2 Mon Sep 17 00:00:00 2001 From: Scroogey-SN Date: Mon, 3 Mar 2025 20:35:22 +0000 Subject: [PATCH] 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> --- .github/workflows/extend-awards.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/extend-awards.yml b/.github/workflows/extend-awards.yml index 1f2806fc..0ef19d22 100644 --- a/.github/workflows/extend-awards.yml +++ b/.github/workflows/extend-awards.yml @@ -5,6 +5,8 @@ on: types: [ closed ] branches: - master +permissions: + pull-requests: write jobs: if_merged: if: |