Skip to content

Commit

Permalink
fix: semantic PR title workflow (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
grxy authored Mar 8, 2023
1 parent a999137 commit ee6041f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/semantic.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Semantic Pull Request"

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

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

0 comments on commit ee6041f

Please sign in to comment.