We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c359bf commit a8ea5c5Copy full SHA for a8ea5c5
1 file changed
.github/workflows/build.yml
@@ -8,6 +8,9 @@ jobs:
8
trigger-comment:
9
if: github.event.issue.pull_request && contains(github.event.comment.body, '/build') && (github.actor == 'romerojosh')
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ issues: write
13
+ pull-requests: write
14
steps:
15
- name: "Post trigger comment"
16
uses: actions/github-script@v7
@@ -83,6 +86,9 @@ jobs:
83
86
needs: build
84
87
if: always() && github.event.issue.pull_request && contains(github.event.comment.body, '/build') && (github.actor == 'romerojosh')
85
88
89
90
91
92
93
- name: "Post result comment"
94
0 commit comments