dnscrypt-proxy/.github/workflows/autocloser.yml

13 lines
685 B
YAML
Raw Normal View History

2023-02-04 22:11:05 +01:00
name: Autocloser
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues that did not follow issue template
uses: roots/issue-closer@v1.2
2023-02-04 22:11:05 +01:00
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
2023-02-04 22:15:18 +01:00
issue-close-message: "This issue was automatically closed because it did not follow the issue template. We use the issue tracker exclusively for bug reports and feature additions that have been previously discussed. However, this issue appears to be a support request. Please use the discussion forums for support requests."
2023-02-04 22:11:05 +01:00
issue-pattern: ".*(do we replicate the issue|Expected behavior|raised as discussion|# Impact).*"