From c8ac481d2394299ebeca77d08d08dcd8fbd3f52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:14:10 +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-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