From a209ef7a18aa48dfefbd281289030df92ded7ff1 Mon Sep 17 00:00:00 2001 From: Hilmar Falkenberg Date: Fri, 22 Nov 2024 17:26:06 +0100 Subject: [PATCH] chore(labels): centrally managed (#33) on https://github.com/open-component-model/.github --- .github/CODEOWNERS | 4 ++++ .github/dependabot.yml | 8 ++++++++ .github/release-drafter.yml | 2 ++ .github/settings.yml | 8 ++++++++ 4 files changed, 22 insertions(+) create mode 100644 .github/release-drafter.yml create mode 100644 .github/settings.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ce831ab..1b1d6f7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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/ @/ #/src/ @/ diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f689040..073b795 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: @@ -19,3 +24,6 @@ updates: schedule: interval: "weekly" day: "sunday" + labels: + - kind/dependency + - kind/chore diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..a3aea75 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,2 @@ +# see: https://github.com/open-component-model/.github/blob/main/.github/release-drafter.yml +_extends: .github diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..a7b381c --- /dev/null +++ b/.github/settings.yml @@ -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-integrationtest + color: bfd4f2