Skip to content

Commit c426620

Browse files
⬆️👨‍💻 Update stefanbuck/github-issue-parser action to v3.2.2 (#71)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stefanbuck/github-issue-parser](https://redirect.github.com/stefanbuck/github-issue-parser) | action | patch | `v3.2.1` -> `v3.2.2` | --- ### Release Notes <details> <summary>stefanbuck/github-issue-parser (stefanbuck/github-issue-parser)</summary> ### [`v3.2.2`](https://redirect.github.com/stefanbuck/github-issue-parser/releases/tag/v3.2.2) [Compare Source](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3.2.1...v3.2.2) ##### Bug Fixes - **deps:** bump js-yaml from 4.1.0 to 4.1.1 ([feade4c](https://redirect.github.com/stefanbuck/github-issue-parser/commit/feade4cdfa80b17279fb16dc19f3aa98c6e65617)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Munich-Quantum-Software-Stack/Component-Catalog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26b0b02 commit c426620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-to-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121

2222
- name: "Parse Issue Body"
23-
uses: stefanbuck/github-issue-parser@2ea9b35a8c584529ed00891a8f7e41dc46d0441e # v3.2.1
23+
uses: stefanbuck/github-issue-parser@25f1485edffc1fee3ea68eb9f59a72e58720ffc4 # v3.2.2
2424
id: issue-parser
2525
with:
2626
template-path: .github/ISSUE_TEMPLATE/new-component-request.yml # optional but recommended

0 commit comments

Comments
 (0)