We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff4b88 commit 1faf142Copy full SHA for 1faf142
2 files changed
.github/workflows/templates-dyff-comment.yml
@@ -9,11 +9,13 @@ on:
9
types:
10
- completed
11
12
+permissions:
13
+ actions: read
14
+ pull-requests: write
15
+
16
jobs:
17
manage-comment:
18
runs-on: ubuntu-latest
- permissions:
- pull-requests: write
19
if: github.event.workflow_run.conclusion == 'success'
20
steps:
21
- name: Download dyff of templates
newsfragments/594.internal.md
@@ -0,0 +1 @@
1
+CI: allow dyff job to work on forks.
0 commit comments