pachli-android/.github/workflows/pr-conventional-commit.yml
renovate[bot] da1bdc0276
chore(deps): update ytanikin/prconventionalcommits action to v1.3.0 (#1020)
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

<details>
<summary>ytanikin/PRConventionalCommits
(ytanikin/PRConventionalCommits)</summary>

###
[`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
[@&#8203;alexangas](https://redirect.github.com/alexangas) in
[https://github.com/ytanikin/PRConventionalCommits/pull/24](https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24)

#### New Contributors

- [@&#8203;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

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pachli/pachli-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-18 13:20:32 +02:00

16 lines
513 B
YAML

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
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'