We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7792 commit d20a94bCopy full SHA for d20a94b
.github/workflows/pr-lint.yaml
@@ -5,13 +5,27 @@ on:
5
- opened
6
- edited
7
- synchronize
8
+ - labeled
9
+ - unlabeled
10
+
11
permissions:
12
pull-requests: read
13
14
jobs:
15
main:
16
name: Validate PR title
17
runs-on: ubuntu-22.04
18
steps:
19
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
20
+ with:
21
+ types: |
22
+ fix
23
+ feat
24
+ chore
25
+ docs
26
+ scopes: |
27
+ core
28
+ tui
29
+ demo
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments