Skip to content

Commit

Permalink
chore: replace semantic validation bot with action (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwwoda committed Jul 26, 2022
1 parent 1e967f5 commit f8219e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/semantic.yml

This file was deleted.

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

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

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

0 comments on commit f8219e4

Please sign in to comment.