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-02 22:42:45 +0300
committersy-b <94835959+sy-b@users.noreply.github.com>2022-07-02 22:42:45 +0300
commitb6538c3b256507b14c1062e97448d98a7402f7ba (patch)
treeff2101b18dcd1c860e582149e532d0a1bec1ae94 /.github
parent029ca28e514d1021cf771175b37bde855abfdfd5 (diff)
revert & fix typo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/commentCommands.yml23
1 files changed, 2 insertions, 21 deletions
diff --git a/.github/workflows/commentCommands.yml b/.github/workflows/commentCommands.yml
index 393ee22..07fe2b5 100644
--- a/.github/workflows/commentCommands.yml
+++ b/.github/workflows/commentCommands.yml
@@ -11,7 +11,7 @@ jobs:
if: |
github.event.comment.body == '/assignme'
steps:
- - name: Assigning to commentor
+ - name: Assigning to commenter
run: |
curl \
-X POST \
@@ -35,23 +35,4 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments \
- -d '{"body":"This issue is put on hold due to low quality. No reviews or fixes will be performed at this time. Eventually, it will be closed. While we appreciate your effort writing, we are not able to further investigate it. Please improve it by writing a better title or providing more details, and you may re-open it."}'
-
- add-label-duplicate:
- runs-on: ubuntu-latest
- if: |
- startsWith(github.event.comment.body, "/duplicate") == '/add' && (
- github.event.comment.author_association == 'OWNER' ||
- github.event.comment.author_association == 'COLLABORATOR' ||
- github.event.comment.author_association == 'CONTRIBUTOR' )
- steps:
- - name: add-label-duplicate
- run: |
- curl \
- -X POST \
- -H "Accept: application/vnd.github+json" \
- -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
- https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/label \
- -d '{"labels":["duplicate"]}'
-
-
+ -d '{"body":"This issue is put on hold due to low quality. No reviews or fixes will be performed at this time. Eventually, it will be closed. While we appreciate your effort writing, we are not able to further investigate it. Please improve it by writing a better title or providing more details, and you may re-open it."}'