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.
2 parents 6557b8b + 0a03dac commit 7eec902Copy full SHA for 7eec902
.github/workflows/preview.yml
@@ -11,9 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
permissions:
13
actions: read
14
- # this should be enough to maintain comments as commenting on pull requests is done through an issues API
+ # needed to maintain comments
15
issues: write
16
- pull-requests: read
+ pull-requests: write
17
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
18
steps:
19
- name: Download PR Artifact
0 commit comments