ci: PR title check

This commit is contained in:
Guillaume Chau 2021-11-28 23:15:17 +01:00
parent 4d32175ed5
commit c1b8818a34

18
.github/workflows/pr-title.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: "Check PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/action-semantic-pull-request@v3.4.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}