[all-commits] [llvm/llvm-project] 5db2e5: Add necessary permissions to release issue workflo...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 24 06:43:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5db2e5801dfec79bad3c804da0f53871a2664373
https://github.com/llvm/llvm-project/commit/5db2e5801dfec79bad3c804da0f53871a2664373
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M .github/workflows/issue-release-workflow.yml
Log Message:
-----------
Add necessary permissions to release issue workflow (#79272)
The `/cherry-pick` command needs `issues: write` to post a comment on
the issue. The `/branch` command also posts a comment, and also needs
`pull-requests: write` to open a PR.
This should fix the failure encountered at
https://github.com/llvm/llvm-project/issues/79253#issuecomment-1907850027.
More information about the All-commits
mailing list