mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
Merge 756a484c0f into 944b70cee9
This commit is contained in:
commit
f65b66f7ce
1 changed files with 21 additions and 0 deletions
21
.github/workflows/conventional-commits-check.yaml
vendored
Normal file
21
.github/workflows/conventional-commits-check.yaml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
name: Conventional Commits Check
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
- edited
|
||||||
|
- reopened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check-conventional-commits:
|
||||||
|
name: Conventional Commits
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
pull-requests: read
|
||||||
|
steps:
|
||||||
|
- name: Check Semantic Pull Request title
|
||||||
|
uses: amannn/action-semantic-pull-request@v6
|
||||||
|
id: lint_pr_title
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue