From da1bdc0276bb8faacab8389ab5fb1b2caad2ef5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:20:32 +0200 Subject: [PATCH] chore(deps): update ytanikin/prconventionalcommits action to v1.3.0 (#1020) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ytanikin/PRConventionalCommits](https://redirect.github.com/ytanikin/PRConventionalCommits) | action | minor | `1.2.0` -> `1.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ytanikin/PRConventionalCommits (ytanikin/PRConventionalCommits) ### [`v1.3.0`](https://redirect.github.com/ytanikin/PRConventionalCommits/releases/tag/1.3.0) [Compare Source](https://redirect.github.com/ytanikin/PRConventionalCommits/compare/1.2.0...1.3.0) #### What's Changed - fix: Set breaking changes regex by [@​alexangas](https://redirect.github.com/alexangas) in [https://github.com/ytanikin/PRConventionalCommits/pull/24](https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24) #### New Contributors - [@​alexangas](https://redirect.github.com/alexangas) made their first contribution in [https://github.com/ytanikin/PRConventionalCommits/pull/24](https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24) **Full Changelog**: https://github.com/ytanikin/PRConventionalCommits/compare/1.2.0...1.3.0
--- ### 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. --- - [ ] 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/pachli/pachli-android). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-conventional-commit.yml b/.github/workflows/pr-conventional-commit.yml index 8710b7ddc..d26ec7c91 100644 --- a/.github/workflows/pr-conventional-commit.yml +++ b/.github/workflows/pr-conventional-commit.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # 1.2.0 + uses: ytanikin/PRConventionalCommits@b628c5a234cc32513014b7bfdd1e47b532124d98 # 1.3.0 with: task_types: '["build","change","chore","ci","deprecate","docs","feat","fix","perf","refactor","remove","revert","security","style","test"]' add_label: 'false'