projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8186e5e
)
ci: add missing permission to add comments
author
Paul Spooren
<
[email protected]
>
Tue, 24 Jun 2025 14:29:05 +0000
(16:29 +0200)
committer
Paul Spooren
<
[email protected]
>
Tue, 24 Jun 2025 14:29:05 +0000
(16:29 +0200)
While this worked during testing, the repository of a organization requires
extra permissions. Add write access to pull requests, like we do over at
packages.git.
Signed-off-by: Paul Spooren <
[email protected]
>
.github/workflows/build-on-comment.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build-on-comment.yml
b/.github/workflows/build-on-comment.yml
index ffb20d1f2317d0711bf406d21f6cfc6a830de37e..cbce8afe1795cf67dfff74541929d58606a2a501 100644
(file)
--- a/
.github/workflows/build-on-comment.yml
+++ b/
.github/workflows/build-on-comment.yml
@@
-4,6
+4,9
@@
on:
issue_comment:
types: [created, edited]
+permissions:
+ pull-requests: write
+
concurrency:
group: build-on-comment-${{ github.event.issue.number || github.event.pull_request.number }}
cancel-in-progress: true