-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into add-notice-about-license
- Loading branch information
Showing
36 changed files
with
523 additions
and
200 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 |
---|---|---|
|
@@ -22,6 +22,7 @@ bin | |
/hack | ||
/LICENSES | ||
/local | ||
/gen | ||
|
||
/pkg/test* | ||
|
||
|
@@ -35,3 +36,4 @@ bin | |
|
||
!go.* | ||
!**/*.go | ||
!.git |
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,7 +1,7 @@ | ||
--- | ||
name: User Story | ||
about: User Story | ||
labels: | ||
labels: kind/feature | ||
title: <User Story> - Title | ||
--- | ||
|
||
|
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,9 +1,27 @@ | ||
# see https://github.com/actions/labeler?tab=readme-ov-file#match-object to configure correctly | ||
dependencies: | ||
kind/dependency: | ||
- any: | ||
- head-branch: 'dependencies/*' | ||
- head-branch: 'dependabot/*' | ||
github-actions: | ||
- changed-files: | ||
- any-glob-to-any-file: ['go.mod', 'go.sum'] | ||
component/github-actions: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/**'] | ||
area/documentation: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['docs/**', 'examples/**'] | ||
component/ocm-cli: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['components/ocmcli/**', 'cmds/ocm/**'] | ||
component/ocm-spec: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['resources/**'] | ||
kind/skip-release-notes: | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['.github/**'] | ||
- any-glob-to-any-file: ['flake.lock', 'flake.nix'] |
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,3 +1,4 @@ | ||
examples/lib/tour/0* | ||
docs/reference | ||
docs/pluginreference | ||
hack/collapse/* |
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,30 @@ | ||
changelog: | ||
# ../workflows/pull_request.yaml#verify-labels one_of: kind/chore,kind/bugfix,kind/feature,kind/dependency,kind/refactor | ||
exclude: | ||
labels: | ||
- 'kind/skip-release-notes' | ||
- 'dev/wont-fix' | ||
- 'dev/cant-reproduce' | ||
# if an issue matches more than one category, the first one in the list will be used | ||
# Example: | ||
# Labels: kind/chore, kind/dependency => Category: Dependencies | ||
categories: | ||
- title: '‼️ Breaking Changes' | ||
labels: | ||
- '!BREAKING-CHANGE!' | ||
- title: '🚀 Features' | ||
labels: | ||
- 'kind/feature' | ||
- title: '🐛 Bug Fixes' | ||
labels: | ||
- 'kind/bugfix' | ||
- title: '⬆️ Dependencies' | ||
labels: | ||
- 'kind/dependency' | ||
- title: '🧰 Maintenance' | ||
labels: | ||
- 'kind/chore' | ||
- 'kind/refactor' | ||
- title: 'Other Changes' | ||
labels: | ||
- "*" |
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 was deleted.
Oops, something went wrong.
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 | ||
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
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
Oops, something went wrong.