Skip to content

Commit

Permalink
fix: semantic pull request (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
honestbank-bot committed Apr 18, 2022
1 parent e5bd62e commit 102dbad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:

jobs:
main:
name: Validate PR title
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
name: Semantic Pull Request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 102dbad

Please sign in to comment.