Files
streetmerchant/.github/workflows/pr-lint.yaml
T
Jef LeCompte 812093455e chore: add pr title lint
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
2020-10-06 22:34:55 -04:00

16 lines
293 B
YAML

name: pr-lint
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}