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:36:10 +0300
committerGitHub <noreply@github.com>2022-07-12 15:36:10 +0300
commit5b61c1679e9bc0cfbf9b8364d44d278a4c9c17ef (patch)
treec977f394f21dd31805bfeba9436396cecd06b721
parent815b7372b6683f4670e0e91aa05b02049ee0090d (diff)
Improve - assign-commenter
Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
-rw-r--r--.github/workflows/commentCommands.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/commentCommands.yml b/.github/workflows/commentCommands.yml
index 8bcb282..d94b732 100644
--- a/.github/workflows/commentCommands.yml
+++ b/.github/workflows/commentCommands.yml
@@ -6,10 +6,11 @@ on:
jobs:
- assign-commentor:
+ assign-commenter:
runs-on: ubuntu-latest
if: |
- github.event.comment.body == '/assignme'
+ contains(github.event.comment.body, '/assignme') ||
+ contains(github.event.comment.body, '/assign me')
steps:
- name: Assigning to commenter
run: |