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