Skip to content

Commit

Permalink
chore(labels): centrally managed (#559)
Browse files Browse the repository at this point in the history
## Description

Let's have centrally managed labels on
https://github.com/open-component-model/.github
  • Loading branch information
hilmarf authored Nov 25, 2024
1 parent fae11b5 commit b4ae7a4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# will be requested for review when someone opens a pull request.
* @open-component-model/Maintainers

# Changes on repository settings require admin permissions
/.github/settings.yml @open-component-model/admins
/.github/CODEOWNERS @open-component-model/admins

# Owners for specific directories
#/docs/ @<org>/<team>
#/src/ @<org>/<team>
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
labels:
- kind/dependency
- kind/chore
- kind/skip-release-notes
- component/github-actions
- package-ecosystem: "gomod"
directory: "/"
groups:
Expand All @@ -19,3 +24,6 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
labels:
- kind/dependency
- kind/chore
13 changes: 2 additions & 11 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
name-template: '$NEXT_MINOR_VERSION'
tag-template: '$NEXT_MINOR_VERSION'
version-template: '$COMPLETE'
change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&#@`'
template: |
# Release $NEXT_MINOR_VERSION
$CHANGES
exclude-labels:
- 'kind/skip-release-notes'
# see: https://github.com/open-component-model/.github/blob/main/.github/release-drafter.yml
_extends: .github
8 changes: 8 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/

# see: https://github.com/open-component-model/.github/blob/main/.github/settings.yml
_extends: .github

labels:
- name: repo/ocm-controller
color: bfd4f2

0 comments on commit b4ae7a4

Please sign in to comment.