-
Notifications
You must be signed in to change notification settings - Fork 25
94 lines (92 loc) · 2.58 KB
/
validate-pr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: Validate pull request
on:
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
jobs:
conventional-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: amannn/action-semantic-pull-request@v5
with:
# subject should not start with a capital letter, include an exclamation point, or end with a period
subjectPattern: ^(?![A-Z]).[^!]+(?<![.])$
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
deprecation
scopes: |
changelog
dev-infra
migrations
packaging
release
code-examples
apps/integration
apps/playground
components/a11y
components/action-bars
components/ag-grid
components/angular-tree-component
components/animations
components/assets
components/autonumeric
components/avatar
components/colorpicker
components/config
components/core
components/data-manager
components/datetime
components/errors
components/flyout
components/forms
components/grids
components/help-inline
components/i18n
components/icon
components/indicators
components/inline-form
components/layout
components/list-builder
components/list-builder-common
components/list-builder-view-checklist
components/list-builder-view-grids
components/lists
components/lookup
components/modals
components/navbar
components/packages
components/pages
components/phone-field
components/popovers
components/progress-indicator
components/router
components/select-field
components/storybook
components/split-view
components/tabs
components/text-editor
components/theme
components/tiles
components/toast
components/validation
sdk/e2e-schematics
sdk/eslint-config
sdk/prettier-schematics
sdk/skyux-eslint
sdk/testing