mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.1 KiB
62 lines
1.1 KiB
# The full repository name |
|
repo: go-gitea/gitea |
|
|
|
# Service type (gitea or github) |
|
service: github |
|
|
|
# Base URL for Gitea instance if using gitea service type (optional) |
|
# Default: https://gitea.com |
|
base-url: |
|
|
|
# Changelog groups and which labeled PRs to add to each group |
|
groups: |
|
- |
|
name: BREAKING |
|
labels: |
|
- pr/breaking |
|
- |
|
name: SECURITY |
|
labels: |
|
- topic/security |
|
- |
|
name: FEATURES |
|
labels: |
|
- type/feature |
|
- |
|
name: ENHANCEMENTS |
|
labels: |
|
- type/enhancement |
|
- |
|
name: PERFORMANCE |
|
labels: |
|
- performance/memory |
|
- performance/speed |
|
- performance/bigrepo |
|
- performance/cpu |
|
- |
|
name: BUGFIXES |
|
labels: |
|
- type/bug |
|
- |
|
name: API |
|
labels: |
|
- modifies/api |
|
- |
|
name: TESTING |
|
labels: |
|
- type/testing |
|
- |
|
name: BUILD |
|
labels: |
|
- topic/build |
|
- topic/code-linting |
|
- |
|
name: DOCS |
|
labels: |
|
- type/docs |
|
- |
|
name: MISC |
|
default: true |
|
|
|
# regex indicating which labels to skip for the changelog |
|
skip-labels: skip-changelog|backport\/.+
|
|
|