Skip to content

Commit ec1359c

Browse files
authored
Merge pull request #98 from open-component-model/chore/labels
chore: inherit from .github labels
2 parents 5803de8 + 4b581f4 commit ec1359c

File tree

7 files changed

+71
-112
lines changed

7 files changed

+71
-112
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Default owners for everything in the repo.
2+
# Unless a later match takes precedence, the Maintainers team
3+
# will be requested for review when someone opens a pull request.
4+
* @open-component-model/Maintainers
5+
6+
# Changes on repository settings require admin permissions
7+
/.github/settings.yml @open-component-model/admins
8+
/.github/CODEOWNERS @open-component-model/admins
9+
10+
# Owners for specific directories
11+
#/docs/ @<org>/<team>
12+
#/src/ @<org>/<team>
13+
14+
# Owners for specific file types
15+
#*.md @<org>/<team>
16+
#*.go @<org>/<team>
17+
18+
# Individual users as owners, e.g. a lead maintainer for a specific component:
19+
# /src/critical-component/ @lead-maintainer-username

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,7 @@
1-
## Description
1+
<!-- markdownlint-disable MD041 -->
2+
#### What this PR does / why we need it
23

3-
<!--
4-
Please do not leave this blank
5-
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
4+
#### Which issue(s) this PR fixes
5+
<!--
6+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
67
-->
7-
8-
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
9-
10-
11-
## What type of PR is this? (check all applicable)
12-
13-
- [ ] 🍕 Feature
14-
- [ ] 🐛 Bug Fix
15-
- [ ] 📝 Documentation Update
16-
- [ ] 🎨 Style
17-
- [ ] 🧑‍💻 Code Refactor
18-
- [ ] 🔥 Performance Improvements
19-
- [ ] ✅ Test
20-
- [ ] 🤖 Build
21-
- [ ] 🔁 CI
22-
- [ ] 📦 Chore (Release)
23-
- [ ] ⏩ Revert
24-
25-
## Related Tickets & Documents
26-
27-
<!--
28-
Please use this format link issue numbers: Fixes #123
29-
https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
30-
-->
31-
- Related Issue # (issue)
32-
- Closes # (issue)
33-
- Fixes # (issue)
34-
> Remove if not applicable
35-
36-
## Screenshots
37-
38-
<!-- Visual changes require screenshots -->
39-
40-
41-
## Added tests?
42-
43-
- [ ] 👍 yes
44-
- [ ] 🙅 no, because they aren't needed
45-
- [ ] 🙋 no, because I need help
46-
47-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
48-
49-
50-
## Added to documentation?
51-
52-
- [ ] 📜 README.md
53-
- [ ] 🙅 no documentation needed
54-
55-
## Checklist:
56-
57-
- [ ] My code follows the style guidelines of this project
58-
- [ ] I have performed a self-review of my code
59-
- [ ] I have commented my code, particularly in hard-to-understand areas
60-
- [ ] I have made corresponding changes to the documentation
61-
- [ ] My changes generate no new warnings
62-
- [ ] I have added tests that prove my fix is effective or that my feature works
63-
- [ ] New and existing unit tests pass locally with my changes
64-
- [ ] Any dependent changes have been merged and published in downstream modules

.github/dependabot.yml

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
6-
labels: ["dependencies"]
7-
groups:
8-
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
9-
ci:
10-
patterns:
11-
- "*"
12-
schedule:
13-
interval: "weekly"
14-
day: "sunday"
15-
- package-ecosystem: "gomod"
16-
directory: "/"
17-
labels: ["dependencies","go"]
18-
groups:
19-
go:
20-
update-types: ["minor","patch"]
21-
schedule:
22-
interval: "weekly"
23-
day: "sunday"
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
groups:
7+
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
8+
ci:
9+
patterns:
10+
- "*"
11+
schedule:
12+
interval: "weekly"
13+
day: "sunday"
14+
labels:
15+
- kind/dependency
16+
- kind/chore
17+
- kind/skip-release-notes
18+
- component/github-actions
19+
- package-ecosystem: "gomod"
20+
directory: "/"
21+
groups:
22+
go:
23+
update-types: [ "minor", "patch" ]
24+
schedule:
25+
interval: "weekly"
26+
day: "sunday"
27+
labels:
28+
- kind/dependency
29+
- kind/chore

.github/settings.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
2+
3+
# see: https://github.com/open-component-model/.github/blob/main/.github/settings.yml
4+
_extends: .github
5+
6+
labels:
7+
- name: repo/ocm-e2e-framework
8+
color: bfd4f2

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.envrc
44
*__debug_bin
55
tilt
6-
kind
6+
kind
7+
/.project

.reuse/dep5

Lines changed: 0 additions & 29 deletions
This file was deleted.

REUSE.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version = 1
2+
SPDX-PackageName = "ocm-e2e-framework"
3+
SPDX-PackageSupplier = "[email protected]"
4+
SPDX-PackageDownloadLocation = "https://github.com/open-component-model/ocm-e2e-framework"
5+
SPDX-PackageComment = "The code in this project may include calls to APIs (\"API Calls\") of\n SAP or third-party products or services developed outside of this project\n (\"External Products\").\n \"APIs\" means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products, or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project's code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
6+
7+
[[annotations]]
8+
path = "**"
9+
precedence = "aggregate"
10+
SPDX-FileCopyrightText = "2022 SAP SE or an SAP affiliate company and Open Component Model contributors"
11+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)