From 65d4f5b21823ac7efbb13ba05d6efdda9cf83b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:04:52 +0000 Subject: [PATCH] Bump roots/issue-closer-action from 1.1 to 1.2 Bumps [roots/issue-closer-action](https://github.com/roots/issue-closer-action) from 1.1 to 1.2. - [Release notes](https://github.com/roots/issue-closer-action/releases) - [Commits](https://github.com/roots/issue-closer-action/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: roots/issue-closer-action dependency-version: '1.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-auto-closer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-auto-closer.yml b/.github/workflows/issue-auto-closer.yml index dedcd5f..c1497bc 100644 --- a/.github/workflows/issue-auto-closer.yml +++ b/.github/workflows/issue-auto-closer.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Autoclose issues that did not follow issue template - uses: roots/issue-closer-action@v1.1 + uses: roots/issue-closer-action@v1.2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template."