瀏覽代碼

revert & fix typo

sy-b 3 年之前
父節點
當前提交
b6538c3b25
共有 1 個文件被更改,包括 2 次插入21 次删除
  1. 2 21
      .github/workflows/commentCommands.yml

+ 2 - 21
.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."}'