Skip to content

Commit

Permalink
fix: add missing pr title lint action (#1032)
Browse files Browse the repository at this point in the history
This workflow was never committed in PR #1015 so I fixed the
`.gitignore` too
  • Loading branch information
styfle committed Jan 25, 2023
1 parent d38b619 commit c2d03cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
@@ -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 }}
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -21,6 +21,8 @@ dist/**/*.js
!yarn.lock
!.circleci
!.github
!.github/
!.github/**
!release.config.js
!.*ignore
!readme.md
Expand Down

0 comments on commit c2d03cf

Please sign in to comment.