There was an error while loading. Please reload this page.
2 parents b1da6f8 + a5f245c commit 42590dfCopy full SHA for 42590df
1 file changed
.github/workflows/explore-triage-commenter-writer.yml
@@ -8,7 +8,7 @@ on:
8
permissions:
9
actions: read
10
issues: write
11
- pull-requests: read
+ pull-requests: write
12
13
concurrency:
14
group: explore-triage-commenter-writer-${{ github.event.workflow_run.head_repository.full_name || github.event.workflow_run.head_sha }}-${{ github.event.workflow_run.head_branch || github.event.workflow_run.head_sha }}
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Upsert sticky comment
112
if: steps.artifact.outputs.found == 'true'
113
- uses: actions/github-script@v9
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
114
env:
115
COMMENT_DATA_PATH: ${{ runner.temp }}/explore-triage/comment.json
116
MARKER: '<!-- explore-triage-comment -->'
0 commit comments