We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660b6dc commit ccd54e1Copy full SHA for ccd54e1
1 file changed
.github/workflows/validate.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
sfp-validate-pool:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ pull-requests: write
13
if: >
14
github.event.issue.pull_request &&
15
(
0 commit comments