-
-
Notifications
You must be signed in to change notification settings - Fork 3
57 lines (54 loc) · 1.12 KB
/
pr-validation.yml
File metadata and controls
57 lines (54 loc) · 1.12 KB
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
name: PR Validation
on:
pull_request:
branches: [develop, release-candidate, main]
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
validate:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/pr-validation.yml@v1.13.1
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
pr_title_types: |
feat
fix
docs
style
refactor
perf
test
chore
ci
build
revert
pr_title_scopes: |
api
cmd
internal
handlers
middleware
router
routes
schemas
bounded-contexts
constants
infrastructure
platform
service
acl
migrations
scripts
configs
proto
gen
deps
require_scope: false
min_description_length: 50
check_changelog: true
enforce_source_branches: true
enable_auto_labeler: true
labeler_config_path: '.github/labeler.yml'
secrets: inherit