Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsy-b <94835959+sy-b@users.noreply.github.com>2022-07-12 15:32:59 +0300
committerGitHub <noreply@github.com>2022-07-12 15:32:59 +0300
commit815b7372b6683f4670e0e91aa05b02049ee0090d (patch)
treedf18390a4f0e969d63a371819616c5d32f982786 /.github
parent7a9d4b6e82a06fbabc49258c715f75830e310cc9 (diff)
small fix
Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/commentCommands.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commentCommands.yml b/.github/workflows/commentCommands.yml
index e5ed4d9..8bcb282 100644
--- a/.github/workflows/commentCommands.yml
+++ b/.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: |