We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh issue edit
1 parent 2447961 commit 2285af8Copy full SHA for 2285af8
.github/workflows/issue-assign.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
assign:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ issues: write
13
14
steps:
15
- name: Assign issue to repository owner
0 commit comments