Skip to content

Commit

Permalink
chore: inherit from .github labels (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Nov 28, 2024
1 parent e74de23 commit e4a546a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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/ @<org>/<team>
#/src/ @<org>/<team>
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Bug Report
about: Report a bug
labels: kind/bug

labels: kind/bugfix
---

<!-- markdownlint-disable MD041 -->
**What happened**:

**What you expected to happen**:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Enhancement Request
about: Suggest an enhancement
labels: kind/enhancement

labels: kind/feature
---

<!-- markdownlint-disable MD041 -->
**What would you like to be added**:

**Why is this needed**:
8 changes: 8 additions & 0 deletions .github/settings.yml
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-spec
color: bfd4f2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.vscode
**/__index__.md*
/scripts/test
/.project

0 comments on commit e4a546a

Please sign in to comment.