Skip to content

Commit 9e7a2d8

Browse files
⬆️👨‍💻 Update stefanbuck/github-issue-parser action to v3.2.1 (#41)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stefanbuck/github-issue-parser](https://redirect.github.com/stefanbuck/github-issue-parser) | action | minor | `v3` -> `v3.2.1` | --- ### Release Notes <details> <summary>stefanbuck/github-issue-parser (stefanbuck/github-issue-parser)</summary> ### [`v3.2.1`](https://redirect.github.com/stefanbuck/github-issue-parser/releases/tag/v3.2.1) [Compare Source](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3.2.0...v3.2.1) ##### Bug Fixes - **deps:** bump [@&#8203;actions/core](https://redirect.github.com/actions/core) from 1.10.1 to 1.11.1 ([aff753a](https://redirect.github.com/stefanbuck/github-issue-parser/commit/aff753ad6b14837917ad11d87d2914f9bece605e)) - ensure dist folder matches release ([#&#8203;83](https://redirect.github.com/stefanbuck/github-issue-parser/issues/83)) ([5561b47](https://redirect.github.com/stefanbuck/github-issue-parser/commit/5561b47376ed6926dd8b74b36da302b7951223a7)) - Revert "test: set `RUNNER_TEMP` instead of `HOME`" ([#&#8203;75](https://redirect.github.com/stefanbuck/github-issue-parser/issues/75)) ([4c1d1d7](https://redirect.github.com/stefanbuck/github-issue-parser/commit/4c1d1d7b36af0b974211e4a42c4c1949611d36bc)) ##### Reverts - Revert "feat: using env.runner\_temp instead of home directory to write json f…" ([#&#8203;76](https://redirect.github.com/stefanbuck/github-issue-parser/issues/76)) ([f3e3c10](https://redirect.github.com/stefanbuck/github-issue-parser/commit/f3e3c10294525916968fbacf291575d9888a1ba6)) ### [`v3.2.0`](https://redirect.github.com/stefanbuck/github-issue-parser/releases/tag/v3.2.0) [Compare Source](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3.1.1...v3.2.0) ##### Bug Fixes - **checkboxes:** correctly parse checkboxes when the template is wrong or missing ([#&#8203;71](https://redirect.github.com/stefanbuck/github-issue-parser/issues/71)) ([a87a2d9](https://redirect.github.com/stefanbuck/github-issue-parser/commit/a87a2d9ed5ef5890632123a5c9625c1584b516f3)) ##### Features - using env.runner\_temp instead of home directory to write json file ([#&#8203;59](https://redirect.github.com/stefanbuck/github-issue-parser/issues/59)) ([7296f08](https://redirect.github.com/stefanbuck/github-issue-parser/commit/7296f0807778ed0f15b3625461fd61179a40e583)) ### [`v3.1.1`](https://redirect.github.com/stefanbuck/github-issue-parser/releases/tag/v3.1.1) [Compare Source](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3.1.0...v3.1.1) ##### Bug Fixes - **checkboxes:** correctly parse checkboxes when the template is wrong or missing ([#&#8203;71](https://redirect.github.com/stefanbuck/github-issue-parser/issues/71)) ([a87a2d9](https://redirect.github.com/stefanbuck/github-issue-parser/commit/a87a2d9ed5ef5890632123a5c9625c1584b516f3)) ### [`v3.1.0`](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3.0.1...v3.1.0) [Compare Source](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3.0.1...v3.1.0) ### [`v3.0.1`](https://redirect.github.com/stefanbuck/github-issue-parser/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/stefanbuck/github-issue-parser/compare/v3...v3.0.1) #### What's Changed - feat: add issue-body default by [@&#8203;joshjohanning](https://redirect.github.com/joshjohanning) in [#&#8203;47](https://redirect.github.com/stefanbuck/github-issue-parser/pull/47) #### New Contributors - [@&#8203;joshjohanning](https://redirect.github.com/joshjohanning) made their first contribution in [#&#8203;36](https://redirect.github.com/stefanbuck/github-issue-parser/pull/36) **Full Changelog**: <stefanbuck/github-issue-parser@v3.0.0...v3.0.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> 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 2c3ce66 commit 9e7a2d8

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121

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

0 commit comments

Comments
 (0)