We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b5f2b commit 47aeb6cCopy full SHA for 47aeb6c
.github/workflows/changelog_generation.yaml
@@ -16,6 +16,9 @@ jobs:
16
17
changelog-generation:
18
runs-on: ubuntu-latest
19
+ permissions:
20
+ contents: write
21
+ pull-requests: write
22
if: |
23
github.event.sender.login == 'release-please[bot]' && github.head_ref == 'release-please--branches--main' &&
24
contains(github.event.pull_request.labels.*.name, 'autorelease: pending')
0 commit comments