mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-11 22:35:40 +01:00
2edfdc48b8
Bumps [roots/issue-closer](https://github.com/roots/issue-closer) from 1.1 to 1.2. - [Release notes](https://github.com/roots/issue-closer/releases) - [Commits](https://github.com/roots/issue-closer/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: roots/issue-closer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
685 B
YAML
13 lines
685 B
YAML
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
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
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."
|
|
issue-pattern: ".*(do we replicate the issue|Expected behavior|raised as discussion|# Impact).*"
|