Skip to content

Commit 3cf90bc

Browse files
committed
chore: Switch to semantic release action
1 parent dd2dbbc commit 3cf90bc

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

.github/prlint.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/semantic-pr.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Semantic Pull Request
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v2
17+
18+
- name: semantic-pull-request
19+
uses: amannn/[email protected]
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)