This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 336962e Add permissions for issues in PR labeler workflow
336962e is described below
commit 336962e969024323cb172c448ff6fc1c195e20a1
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Jan 8 15:10:39 2026 -0800
Add permissions for issues in PR labeler workflow
---
.github/workflows/pr-labeler.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index 6068a74..07243a5 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -9,6 +9,7 @@ jobs:
permissions:
contents: read
pull-requests: write
+ issues: write
runs-on: ubuntu-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]