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 50f901a commit c9c97cdCopy full SHA for c9c97cd
1 file changed
.github/workflows/release-patch-from-comment.yml
@@ -7,6 +7,10 @@ on:
7
jobs:
8
slash-command:
9
runs-on: 'ubuntu-latest'
10
+ permissions:
11
+ contents: 'write'
12
+ pull-requests: 'write'
13
+ actions: 'write'
14
steps:
15
- name: 'Slash Command Dispatch'
16
id: 'slash_command'
0 commit comments