Skip to content

Commit

Permalink
chore: enable PR title checks
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Nov 15, 2023
1 parent 73f7c1b commit f6b9c5c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,14 @@ jobs:
enable-snyk-scan: true
secrets:
snyk-token: ${{ secrets.SNYK_TOKEN }}

pr-title-check:
name: PR Title Check
runs-on: [self-hosted, Linux, medium, ephemeral]
permissions:
statuses: write
steps:
- name: Check PR Title
uses: aslafy-z/conventional-pr-title-action@2ce59b07f86bd51b521dd088f0acfb0d7fdac55e # v3.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f6b9c5c

Please sign in to comment.