-
Notifications
You must be signed in to change notification settings - Fork 235
Expand file tree
/
Copy pathsemantic.yml
More file actions
34 lines (30 loc) · 861 Bytes
/
semantic.yml
File metadata and controls
34 lines (30 loc) · 861 Bytes
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
# Config ref: https://github.com/Ezard/semantic-prs
# Validate the PR title, and ignore all commit messages
titleOnly: true
# Provides a custom URL for the "Details" link, which appears next to the success/failure message from the app:
targetUrl: https://docs.meltano.com/contribute/merge#semantic-prs
# The values allowed for the "type" part of the PR title/commit message.
# e.g. for a PR title/commit message of "feat: add some stuff", the type would be "feat"
types:
- ci
- chore
- build
- break
- change
- docs
- feat
- fix
- packaging
- perf
- refactor
- revert
- style
- test
# The values allowed for the "scope" part of the PR title/commit message.
# e.g. for a PR title/commit message of "feat(awesome-feature): add some stuff",
# the scope would be "awesome-feature"
scopes:
- core
- cli
- deps
- deps-dev