mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
ee97e6a66a
* change to new code location * vendor * tagged version v0.2.0 * gitea-vet v0.2.1 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
30 lines
576 B
YAML
Vendored
30 lines
576 B
YAML
Vendored
# The full repository name
|
|
repo: gitea/gitea-vet
|
|
|
|
# Service type (gitea or github)
|
|
service: gitea
|
|
|
|
# Base URL for Gitea instance if using gitea service type (optional)
|
|
base-url: https://gitea.com
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: BREAKING
|
|
labels:
|
|
- breaking
|
|
-
|
|
name: FEATURES
|
|
labels:
|
|
- feature
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- enhancement
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog|backport\/.+
|