Skip to content

Commit

Permalink
ci: enable pr title linting [skip ci] (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias committed Jun 15, 2023
1 parent 51d0c25 commit 1fae5c2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr-lint.yml
@@ -0,0 +1,20 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
runs-on: self-hosted
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}

0 comments on commit 1fae5c2

Please sign in to comment.