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 82cdc89 commit 0a37bb9Copy full SHA for 0a37bb9
.github/workflows/issue-management-feedback-label.yml
@@ -12,6 +12,7 @@ jobs:
12
permissions:
13
contents: read
14
issues: write
15
+ pull-requests: write
16
if: >
17
contains(github.event.issue.labels.*.name, 'needs author feedback') &&
18
github.event.comment.user.login == github.event.issue.user.login
0 commit comments