Skip to content

Commit

Permalink
Add github action for semantic pull request (#149)
Browse files Browse the repository at this point in the history
championshuttler authored Dec 9, 2021
1 parent 87e4e8c commit 8949326
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test

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

jobs:
semantic_pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.6
env:
GITHUB_TOKEN: ${{ secrets.GITUHB_TOKEN }}

0 comments on commit 8949326

Please sign in to comment.