generated from open-component-model/repository-template
-
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 (#77)
same as open-component-model/ocm#1150
- Loading branch information
Showing
8 changed files
with
47 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#### What this PR does / why we need it: | ||
<!-- markdownlint-disable MD041 --> | ||
#### What this PR does / why we need it | ||
|
||
#### Which issue(s) this PR fixes: | ||
#### Which issue(s) this PR fixes | ||
<!-- | ||
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. | ||
--> |
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 |
---|---|---|
|
@@ -32,4 +32,5 @@ go.work.sum | |
|
||
# goreleaser resources | ||
dist/ | ||
output/ | ||
output/ | ||
/.project |