|
@@ -26,7 +26,7 @@ jobs:
|
|
|
contains(github.event.comment.body,'/improve') && (
|
|
|
github.event.comment.author_association == 'OWNER' ||
|
|
|
github.event.comment.author_association == 'COLLABORATOR' ||
|
|
|
- github.event.comment.author_association != 'CONTRIBUTOR' )
|
|
|
+ github.event.comment.author_association == 'CONTRIBUTOR' )
|
|
|
steps:
|
|
|
- name: request-issue-framing-improvement
|
|
|
run: |
|