We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ac0d6f + cb2cd8a commit 25a61bbCopy full SHA for 25a61bb
1 file changed
.github/workflows/backport.yaml
@@ -6,13 +6,14 @@ on:
6
types:
7
- closed
8
- labeled
9
-permissions:
10
- contents: read
11
- pull-requests: write
+permissions: {}
12
13
jobs:
14
backport_v1_0:
15
name: "Backport to v1.0"
+ permissions:
+ contents: read
16
+ pull-requests: write
17
# Only react to merged PRs for security reasons.
18
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
19
if: >
@@ -72,6 +73,9 @@ jobs:
72
73
74
backport_v2_0:
75
name: "Backport to v2.0"
76
77
78
79
80
81
0 commit comments