ci: Add semantic pr title action (#2610)

This commit is contained in:
Aakansha Doshi 2020-12-18 21:32:37 +05:30 committed by GitHub
parent 10e07e434c
commit abbc756887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,16 @@
name: "Semantic PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}