Parcourir la source

small fix

Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
sy-b il y a 3 ans
Parent
commit
815b7372b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/commentCommands.yml

+ 1 - 1
.github/workflows/commentCommands.yml

@@ -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: |