Skip to content

Commit af2af4d

Browse files
committed
chore: Add PR Lint workflow
Fixes #5381
1 parent 2b864ce commit af2af4d

File tree

2 files changed

+20
-56
lines changed

2 files changed

+20
-56
lines changed

.github/semantic.yaml

-56
This file was deleted.

.github/workflows/pr.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Lint PR
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- reopened
8+
- edited
9+
- synchronize
10+
11+
jobs:
12+
main:
13+
name: Validate PR title
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: amannn/action-semantic-pull-request@v5
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
with:
20+
requireScope: false

0 commit comments

Comments
 (0)