init
This commit is contained in:
53
k8s/gitlab-runner/.gitlab/changelog.yml
Normal file
53
k8s/gitlab-runner/.gitlab/changelog.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
default_scope: other
|
||||
names:
|
||||
new-feature: New features
|
||||
security-fix: Security fixes
|
||||
fix: Bug fixes
|
||||
maintenance: Maintenance
|
||||
runner-distribution: GitLab Runner distribution
|
||||
documentation: Documentation changes
|
||||
other: Other changes
|
||||
order:
|
||||
- new-feature
|
||||
- security-fix
|
||||
- fix
|
||||
- maintenance
|
||||
- runner-distribution
|
||||
- documentation
|
||||
- other
|
||||
label_matchers:
|
||||
- labels:
|
||||
- runner-distribution
|
||||
scope: runner-distribution
|
||||
- labels:
|
||||
- feature::addition
|
||||
scope: new-feature
|
||||
- labels:
|
||||
- security
|
||||
scope: security-fix
|
||||
- labels:
|
||||
- type::bug
|
||||
scope: fix
|
||||
- labels:
|
||||
- type::maintenance
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- feature::enhancement
|
||||
scope: feature
|
||||
- labels:
|
||||
- maintenance::refactor
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- maintenance::pipelines
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- maintenance::workflow
|
||||
scope: maintenance
|
||||
- labels:
|
||||
- documentation
|
||||
scope: documentation
|
||||
authorship_labels:
|
||||
- Community contribution
|
||||
skip_changelog_labels:
|
||||
- skip-changelog
|
||||
|
Reference in New Issue
Block a user