mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
👷 misc: use git-sumi to lint commit messages
This commit is contained in:
parent
28d0f70e18
commit
c193d4d4e8
2 changed files with 69 additions and 0 deletions
21
.github/workflows/git-sumi.yml
vendored
Normal file
21
.github/workflows/git-sumi.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Lint pull request title
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
main:
|
||||
name: Run git-sumi
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: welpo/git-sumi-action@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue