瀏覽代碼

small fix

Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
sy-b 3 年之前
父節點
當前提交
815b7372b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: |