Skip to content

Commit

Permalink
ci: use action-semantic-pull-request (#7826)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Apr 20, 2022
1 parent 9c6501d commit f414848
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semantic-pull-request.yml
@@ -0,0 +1,18 @@
name: Semantic Pull Request

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

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

0 comments on commit f414848

Please sign in to comment.