Explorar o código

small fix

Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
sy-b %!s(int64=3) %!d(string=hai) anos
pai
achega
815b7372b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: |