We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5090d commit 47edc50Copy full SHA for 47edc50
.github/workflows/label_pr_on_title.yml
@@ -43,7 +43,7 @@ jobs:
43
needs: get_pr_details
44
runs-on: ubuntu-latest
45
permissions:
46
- issues: write # label respective PR
+ pull-requests: write # label respective PR
47
steps:
48
- name: Checkout repository
49
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
.github/workflows/on_merged_pr.yml
@@ -42,6 +42,7 @@ jobs:
42
pull-requests: write # make a comment in PR if unable to find related issue
+ issues: write # label issue with pending-release
if: needs.get_pr_details.outputs.prIsMerged == 'true'
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
0 commit comments