forked from recloudstream/cloudstream
[skip ci] another small fix
This commit is contained in:
parent
07859c529d
commit
18d257eb2a
1 changed files with 6 additions and 2 deletions
8
.github/workflows/issue-action.yml
vendored
8
.github/workflows/issue-action.yml
vendored
|
@ -20,14 +20,18 @@ jobs:
|
||||||
token: ${{ steps.generate_token.outputs.token }}
|
token: ${{ steps.generate_token.outputs.token }}
|
||||||
filter-threshold: 0.5
|
filter-threshold: 0.5
|
||||||
title-excludes: ''
|
title-excludes: ''
|
||||||
comment-title: '### Your issue looks similar to these issues:.\n\nPlease close if duplicate.'
|
comment-title: |
|
||||||
|
### Your issue looks similar to these issues:
|
||||||
|
Please close if duplicate.
|
||||||
comment-body: '${index}. ${similarity} #${number}'
|
comment-body: '${index}. ${similarity} #${number}'
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Automatically close issues that dont follow the issue template
|
- name: Automatically close issues that dont follow the issue template
|
||||||
uses: lucasbento/auto-close-issues@v1.0.2
|
uses: lucasbento/auto-close-issues@v1.0.2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ steps.generate_token.outputs.token }}
|
github-token: ${{ steps.generate_token.outputs.token }}
|
||||||
issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically closed because it does not follow the issue template."
|
issue-close-message: |
|
||||||
|
@${issue.user.login}: hello! :wave:
|
||||||
|
This issue is being automatically closed because it does not follow the issue template."
|
||||||
closed-issues-label: "invalid"
|
closed-issues-label: "invalid"
|
||||||
- name: Check if issue mentions a provider
|
- name: Check if issue mentions a provider
|
||||||
id: provider_check
|
id: provider_check
|
||||||
|
|
Loading…
Reference in a new issue