Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This is a default config file for the Semantic PRs GitHub App for the MeltanoLabs GitHub org.
#
# Notes:
#
# - Config syntax: https://github.com/Ezard/semantic-prs
# - If a repo has their own `semantic.yml` config file, that file will be used instead of this one.
# - See https://github.com/Ezard/semantic-prs/issues/227 for more info.

# 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://sdk.meltano.com/en/latest/CONTRIBUTING.html#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