Skip to content

Commit

Permalink
starting action
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Dec 7, 2023
0 parents commit 6f23aee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-pr-title.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check PR Title

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

jobs:
# Ensures that the PR title adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
conventional-commit:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6f23aee

Please sign in to comment.