From 10ea45842ff02ba5df97169ce67e3de5d0ad40d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:02:31 +0000 Subject: [PATCH] Bump issue-ops/parser from 4 to 5 Bumps [issue-ops/parser](https://github.com/issue-ops/parser) from 4 to 5. - [Release notes](https://github.com/issue-ops/parser/releases) - [Commits](https://github.com/issue-ops/parser/compare/v4...v5) --- updated-dependencies: - dependency-name: issue-ops/parser dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-created.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index d15b566..85634b5 100644 --- a/.github/workflows/issue-created.yml +++ b/.github/workflows/issue-created.yml @@ -46,7 +46,7 @@ jobs: # Parse the issue body and convert it to JSON. - name: Parse Issue Body id: parse - uses: issue-ops/parser@v4 + uses: issue-ops/parser@v5 with: body: ${{ github.event.issue.body }} issue-form-template: example-request.yml