chore(deps): bump ytanikin/PRConventionalCommits from 1.2.0 to 1.3.0 (#2469)
Bumps [ytanikin/PRConventionalCommits](https://github.com/ytanikin/prconventionalcommits) from 1.2.0 to 1.3.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ytanikin/PRConventionalCommits/commit/b628c5a234cc32513014b7bfdd1e47b532124d98"><code>b628c5a</code></a> test: enable "breaking change" test</li> <li><a href="https://github.com/ytanikin/PRConventionalCommits/commit/e1b5683aa4071570835ed1217d43d4d31b24d5b8"><code>e1b5683</code></a> fix: Set breaking changes regex (<a href="https://redirect.github.com/ytanikin/prconventionalcommits/issues/24">#24</a>)</li> <li><a href="https://github.com/ytanikin/PRConventionalCommits/commit/92a7ab7dc605b39299db37d01f53223b01066550"><code>92a7ab7</code></a> fix: upgrade dependencies (<a href="https://redirect.github.com/ytanikin/prconventionalcommits/issues/26">#26</a>)</li> <li><a href="https://github.com/ytanikin/PRConventionalCommits/commit/cc6cc0dddb0ba80eaf229787a0becde7377415b9"><code>cc6cc0d</code></a> test: fix tests (<a href="https://redirect.github.com/ytanikin/prconventionalcommits/issues/25">#25</a>)</li> <li>See full diff in <a href="https://github.com/ytanikin/prconventionalcommits/compare/1.2.0...1.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
dermotduffy
parent
ad358da0f0
commit
bb061a1a55
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Validate PR title
|
name: Validate PR title
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ytanikin/PRConventionalCommits@1.2.0
|
- uses: ytanikin/PRConventionalCommits@1.3.0
|
||||||
with:
|
with:
|
||||||
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore"]'
|
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore"]'
|
||||||
custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "testing", "ci": "ci", "refactor": "refactoring", "perf": "performance", "chore": "chore"}'
|
custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "testing", "ci": "ci", "refactor": "refactoring", "perf": "performance", "chore": "chore"}'
|
||||||
|
|||||||
Reference in New Issue
Block a user