Update auto_close_issue.yml
This commit is contained in:
parent
e3aa2edc26
commit
71e9f542d2
2
.github/workflows/auto_close_issue.yml
vendored
2
.github/workflows/auto_close_issue.yml
vendored
@ -8,5 +8,5 @@ jobs:
|
|||||||
uses: roots/issue-closer@v1.2
|
uses: roots/issue-closer@v1.2
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template"
|
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template. Please read [CONTRIBUTING.md](https://github.com/ffplayout/ffplayout/blob/master/CONTRIBUTING.md) for more informations."
|
||||||
issue-pattern: ".*### Describe the bug([\\s\\S]*?)### To Reproduce.*|### Feature description.*"
|
issue-pattern: ".*### Describe the bug([\\s\\S]*?)### To Reproduce.*|### Feature description.*"
|
||||||
|
Loading…
Reference in New Issue
Block a user