Skip to content

Commit

Permalink
chore: Switch to semantic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Sep 28, 2020
1 parent dd2dbbc commit 3cf90bc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/prlint.json

This file was deleted.

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

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

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: semantic-pull-request
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3cf90bc

Please sign in to comment.