asdf/.github/workflows/semantic-pr.yml
dependabot[bot] 9a1b078288
chore(deps): bump amannn/action-semantic-pull-request from 4.6.0 to 5.0.2 (#1350)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 00:21:15 +11:00

19 lines
336 B
YAML

name: Lint PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true