pachli-android/.github/workflows/pr-conventional-commit.yml

16 lines
513 B
YAML
Raw Normal View History

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
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 [@&#8203;twhiston](https://togithub.com/twhiston) in [https://github.com/ytanikin/PRConventionalCommits/pull/1](https://togithub.com/ytanikin/PRConventionalCommits/pull/1) - build(deps-dev): bump [@&#8203;babel/traverse](https://togithub.com/babel/traverse) from 7.22.4 to 7.23.4 by [@&#8203;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 [@&#8203;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 [@&#8203;Danh4](https://togithub.com/Danh4) in [https://github.com/ytanikin/PRConventionalCommits/pull/9](https://togithub.com/ytanikin/PRConventionalCommits/pull/9) #### New Contributors - [@&#8203;twhiston](https://togithub.com/twhiston) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/1](https://togithub.com/ytanikin/PRConventionalCommits/pull/1) - [@&#8203;dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/3](https://togithub.com/ytanikin/PRConventionalCommits/pull/3) - [@&#8203;WillGibson](https://togithub.com/WillGibson) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/6](https://togithub.com/ytanikin/PRConventionalCommits/pull/6) - [@&#8203;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>
2024-04-24 12:26:49 +02:00
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'