Merge pull request #4747 from flycash/fix-label

Fix label name
This commit is contained in:
Ming Deng
2021-08-25 10:33:01 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# these are optional, if you want to configure:
days-until-close: 5
trigger-label: status/need-feeback
trigger-label: status/need-feedback
closing-comment: This issue was closed by the need-feedback bot due to without feebacks.
dry-run: false

View File

@@ -14,6 +14,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# these are optional, if you want to configure:
days-until-close: 5
trigger-label: status/need-feeback
trigger-label: status/need-translation
closing-comment: This issue was closed by the need-translation bot. Please transalate your issue to English so it could help others.
dry-run: false