From 2edfdc48b83366856f0a51b89a59f3ba99aae696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:46:14 +0100 Subject: [PATCH] Bump roots/issue-closer from 1.1 to 1.2 (#2307) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autocloser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autocloser.yml b/.github/workflows/autocloser.yml index d5c16c07..6fdb0300 100644 --- a/.github/workflows/autocloser.yml +++ b/.github/workflows/autocloser.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Autoclose issues that did not follow issue template - uses: roots/issue-closer@v1.1 + 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."