-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsemantic.yml
30 lines (26 loc) · 970 Bytes
/
semantic.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
# 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://github.com/meltano/basic-python-template/blob/main/CONTRIBUTING.md#semantic-pull-requests
# 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
- docs
- feat
- fix
- 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"
# edit or add scopes are needed
scopes:
- deps # production dependencies
- deps-dev # development depencencies (testing, linting, etc.)