chore(deps): update ytanikin/prconventionalcommits action to v1.2.0 (#646)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ytanikin/PRConventionalCommits](https://togithub.com/ytanikin/PRConventionalCommits) | action | minor | `1.1.0` -> `1.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ytanikin/PRConventionalCommits (ytanikin/PRConventionalCommits)</summary> ### [`v1.2.0`](https://togithub.com/ytanikin/PRConventionalCommits/releases/tag/1.2.0) [Compare Source](https://togithub.com/ytanikin/PRConventionalCommits/compare/1.1.0...1.2.0) #### What's Changed - docs: remove `v` from `uses` examples in README.md by [@​twhiston](https://togithub.com/twhiston) in [https://github.com/ytanikin/PRConventionalCommits/pull/1](https://togithub.com/ytanikin/PRConventionalCommits/pull/1) - build(deps-dev): bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.22.4 to 7.23.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ytanikin/PRConventionalCommits/pull/3](https://togithub.com/ytanikin/PRConventionalCommits/pull/3) - fix: Run on Node.js@20 by [@​WillGibson](https://togithub.com/WillGibson) in [https://github.com/ytanikin/PRConventionalCommits/pull/6](https://togithub.com/ytanikin/PRConventionalCommits/pull/6) - fix: Use conventional-commits/parser to fix case where both scope and breaking changes are present by [@​Danh4](https://togithub.com/Danh4) in [https://github.com/ytanikin/PRConventionalCommits/pull/9](https://togithub.com/ytanikin/PRConventionalCommits/pull/9) #### New Contributors - [@​twhiston](https://togithub.com/twhiston) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/1](https://togithub.com/ytanikin/PRConventionalCommits/pull/1) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/3](https://togithub.com/ytanikin/PRConventionalCommits/pull/3) - [@​WillGibson](https://togithub.com/WillGibson) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/6](https://togithub.com/ytanikin/PRConventionalCommits/pull/6) - [@​Danh4](https://togithub.com/Danh4) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/9](https://togithub.com/ytanikin/PRConventionalCommits/pull/9) **Full Changelog**: https://github.com/ytanikin/PRConventionalCommits/compare/1.1.0...1.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/pachli/pachli-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae8c74c16c
commit
2b3cbb6465
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: PR Conventional Commit Validation
|
||||
uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # 1.1.0
|
||||
uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # 1.2.0
|
||||
with:
|
||||
task_types: '["build","change","chore","ci","deprecate","docs","feat","fix","perf","refactor","remove","revert","security","style","test"]'
|
||||
add_label: 'false'
|
||||
|
|
Loading…
Reference in New Issue