mirror of
https://github.com/vuejs/apollo.git
synced 2025-12-08 18:02:09 +00:00
ci: PR title check
This commit is contained in:
parent
4d32175ed5
commit
c1b8818a34
18
.github/workflows/pr-title.yml
vendored
Normal file
18
.github/workflows/pr-title.yml
vendored
Normal 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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user