From 99917304ed5731e18e215d9626bd8be8fc1cb544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:39:02 +0000 Subject: [PATCH] Bump stefanbuck/github-issue-parser from 2 to 3 Bumps [stefanbuck/github-issue-parser](https://github.com/stefanbuck/github-issue-parser) from 2 to 3. - [Release notes](https://github.com/stefanbuck/github-issue-parser/releases) - [Commits](https://github.com/stefanbuck/github-issue-parser/compare/v2...v3) --- updated-dependencies: - dependency-name: stefanbuck/github-issue-parser dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Issue-text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Issue-text.yml b/.github/workflows/Issue-text.yml index 5510614..e756798 100644 --- a/.github/workflows/Issue-text.yml +++ b/.github/workflows/Issue-text.yml @@ -14,7 +14,7 @@ jobs: message: "Hey, thank you for creating an issue. We will normally respond within 24 hours." GITHUB_TOKEN: ${{ secrets.BOT }} - - uses: stefanbuck/github-issue-parser@v2 + - uses: stefanbuck/github-issue-parser@v3 id: issue-parser with: template-path: .github/ISSUE_TEMPLATE/bug_report.yml