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 69647a3 commit fbdcc59Copy full SHA for fbdcc59
.github/workflows/pull_request.yaml
@@ -45,6 +45,8 @@ jobs:
45
name: Label Community PRs
46
runs-on: ubuntu-24.04
47
if: github.event.action == 'opened'
48
+ permissions:
49
+ pull-requests: write
50
steps:
51
- name: Check membership
52
if: github.event.pull_request.user.login != 'renovate[bot]'
0 commit comments