Skip to content

Commit 1b42466

Browse files
chore: Bump ytanikin/PRConventionalCommits from 1.2.0 to 1.3.0 (#1670)
Bumps [ytanikin/PRConventionalCommits](https://github.com/ytanikin/prconventionalcommits) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ytanikin/prconventionalcommits/releases">ytanikin/PRConventionalCommits's releases</a>.</em></p> <blockquote> <h2>1.3.0</h2> <h2>What's Changed</h2> <ul> <li>fix: Set breaking changes regex by <a href="https://github.com/alexangas"><code>@​alexangas</code></a> in <a href="https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24">ytanikin/PRConventionalCommits#24</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexangas"><code>@​alexangas</code></a> made their first contribution in <a href="https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24">ytanikin/PRConventionalCommits#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ytanikin/PRConventionalCommits/compare/1.2.0...1.3.0">https://github.com/ytanikin/PRConventionalCommits/compare/1.2.0...1.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ytanikin/PRConventionalCommits/commit/b628c5a234cc32513014b7bfdd1e47b532124d98"><code>b628c5a</code></a> test: enable &quot;breaking change&quot; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ytanikin/PRConventionalCommits&package-manager=github_actions&previous-version=1.2.0&new-version=1.3.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87f1c06 commit 1b42466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# permissions:
1111
# pull-requests: write
1212
steps:
13-
- uses: ytanikin/PRConventionalCommits@1.2.0
13+
- uses: ytanikin/PRConventionalCommits@1.3.0
1414
with:
1515
task_types: '["build","feat","fix","docs","test","ci","style","refactor","perf","chore"]'
1616
add_label: false

0 commit comments

Comments
 (0)