-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: inherit from .github labels (#335)
- Loading branch information
Showing
7 changed files
with
45 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Default owners for everything in the repo. | ||
# Unless a later match takes precedence, the Maintainers team | ||
# 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> | ||
|
||
# Owners for specific file types | ||
#*.md @<org>/<team> | ||
#*.go @<org>/<team> | ||
|
||
# Individual users as owners, e.g. a lead maintainer for a specific component: | ||
# /src/critical-component/ @lead-maintainer-username |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-k8s-toolkit | ||
color: bfd4f2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,5 @@ Dockerfile.cross | |
|
||
# goreleaser resources | ||
dist/ | ||
output/ | ||
output/ | ||
/.project |