forked from recloudstream/cloudstream
[skip ci] small fix to the issue closer
This commit is contained in:
parent
a84af97210
commit
07859c529d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/issue-action.yml
vendored
1
.github/workflows/issue-action.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
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:.\n\nPlease close if duplicate.'
|
||||||
comment-body: '${index}. ${similarity} #${number}'
|
comment-body: '${index}. ${similarity} #${number}'
|
||||||
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue