From abb7e0ac0ba2bf64bb47af22172caa1071a8c025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:05:00 +0000 Subject: [PATCH] Update stefanbuck/github-issue-parser action to v3.2.1 --- .github/workflows/parsegithubissue-pr.yaml | 2 +- .github/workflows/parsegithubissue.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/parsegithubissue-pr.yaml b/.github/workflows/parsegithubissue-pr.yaml index 42e8219f..f32a66c6 100644 --- a/.github/workflows/parsegithubissue-pr.yaml +++ b/.github/workflows/parsegithubissue-pr.yaml @@ -138,7 +138,7 @@ jobs: #Parse issue form that trigger workflow - name: Read submitted issue id: parse_issue - uses: stefanbuck/github-issue-parser@v3.1.1 + uses: stefanbuck/github-issue-parser@v3.2.1 with: issue-body: ${{ env.ISSUE_BODY }} template-path: .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml diff --git a/.github/workflows/parsegithubissue.yaml b/.github/workflows/parsegithubissue.yaml index 5e3cd570..e8ba68fa 100644 --- a/.github/workflows/parsegithubissue.yaml +++ b/.github/workflows/parsegithubissue.yaml @@ -85,7 +85,7 @@ jobs: #Parse issue form that trigger workflow - name: Read submitted issue id: parse_issue - uses: stefanbuck/github-issue-parser@v3.1.1 + uses: stefanbuck/github-issue-parser@v3.2.1 with: template-path: .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml #Save parsed date into environment variables