Skip to content

Commit 42590df

Browse files
authored
Merge pull request #5349 from github/copilot/prt-writer-permissions-20260814-explore
Restore fork PR triage writer comments
2 parents b1da6f8 + a5f245c commit 42590df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/explore-triage-commenter-writer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
permissions:
99
actions: read
1010
issues: write
11-
pull-requests: read
11+
pull-requests: write
1212

1313
concurrency:
1414
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:
110110
111111
- name: Upsert sticky comment
112112
if: steps.artifact.outputs.found == 'true'
113-
uses: actions/github-script@v9
113+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
114114
env:
115115
COMMENT_DATA_PATH: ${{ runner.temp }}/explore-triage/comment.json
116116
MARKER: '<!-- explore-triage-comment -->'

0 commit comments

Comments
 (0)