Skip to content

Commit

Permalink
ci: lint pr title (#326)
Browse files Browse the repository at this point in the history
This makes sure the PR title is valid and thus can auto-release once
merged to main.
  • Loading branch information
styfle authored Dec 1, 2022
1 parent 2cec2a8 commit e21ee86
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PR
on:
pull_request:
types: [opened, edited, synchronize]
pull_request_target:
types: [opened, edited, synchronize]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@0b14f54ac155d88e12522156e52cb6e397745cfd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e21ee86

Please sign in to comment.