Skip to content

Commit

Permalink
πŸ”„ synced file(s) with klaasnicolaas/github-config (#444)
Browse files Browse the repository at this point in the history
* πŸ”„ synced local '.github/release-drafter.yml' with remote 'github/release-drafter.yml'

* πŸ”„ synced local '.github/labels.yml' with remote 'github/labels.yml'

* πŸ”„ synced local '.github/FUNDING.yml' with remote 'github/FUNDING.yml'
  • Loading branch information
klaasnicolaas authored Apr 3, 2024
1 parent dab4067 commit 9d6154b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
github: klaasnicolaas
ko_fi: klaasnicolaas
25 changes: 20 additions & 5 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
- name: "breaking-change"
color: ee0701
color: d93f0b
description: "A breaking change for existing users."
- name: "bug"
color: fc2929
description: "Inconsistencies or issues which will cause a problem for users."
- name: "bugfix"
color: ee0701
description: "Inconsistencies or issues which will cause a problem for users or implementors."
color: ededed
description: "Fixing a bug."
- name: "documentation"
color: 0052cc
description: "Solely about the documentation of the project."
Expand All @@ -19,7 +22,7 @@
description: "Improving performance, not introducing new features."
- name: "new-feature"
color: 0e8a16
description: "New features or options."
description: "New features or request."
- name: "maintenance"
color: 2af79e
description: "Generic maintenance tasks."
Expand All @@ -39,6 +42,15 @@
- name: "no-stale"
color: fef2c0
description: "This issue or PR is exempted from the stable bot."
- name: "wontfix"
color: ffffff
description: "This issue or PR will not be fixed."
- name: "cleanup"
color: ef75d5
description: "Cleanup of code."
- name: "sync"
color: 00a6ed
description: "Syncing with upstream github config repository."

- name: "security"
color: ee0701
Expand All @@ -49,6 +61,9 @@
- name: "invalid"
color: fef2c0
description: "Marks a PR or issue that is missing information."
- name: "duplicate"
color: cfd3d7
description: "This issue or pull request already exists."

- name: "beginner-friendly"
color: 0e8a16
Expand Down Expand Up @@ -82,4 +97,4 @@
description: "This PR causes a major version bump in the version number."
- name: "minor"
color: 0e8a16
description: "This PR causes a minor version bump in the version number."
description: "This PR causes a minor version bump in the version number."
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ categories:
labels:
- "dependencies"

exclude-labels:
- "sync"

version-resolver:
major:
labels:
Expand All @@ -57,4 +60,4 @@ template: |
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 comments on commit 9d6154b

Please sign in to comment.