-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39f3253
commit f243b1d
Showing
6 changed files
with
458 additions
and
3 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,10 @@ | ||
custom: ["https://buymeacoffee.com/aetherinox"] | ||
github: # [repo-name, aetherinox] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # name | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!-- | ||
Pull Request | ||
Ensure you read all of the sections carefully. Failure to fill this form out will result in your pull request being closed. | ||
This text will remain hidden when you submit your pull request. | ||
For your pull request title, use the format: | ||
[BUG]: Brief title of the bug being fixed | ||
[FEATURE]: Brief title of the feature being added | ||
[DOCS]: Brief title of the feature being added | ||
Failure to follow the above title format will result in your PR being ignored. | ||
--> | ||
|
||
# Pull Request | ||
<small>Select which topic best describes your contribution:</small> | ||
|
||
- [ ] Feature | ||
- [ ] Bug | ||
- [ ] Documentation / Wiki | ||
|
||
--- | ||
|
||
<!----------------------------------------------------------------------> | ||
<br /> | ||
<!----------------------------------------------------------------------> | ||
|
||
|
||
### Description | ||
<small>Explain here what your pull request includes and what you've done</small> | ||
|
||
|
||
<!----------------------------------------------------------------------> | ||
<br /> | ||
|
||
--- | ||
|
||
<br /> | ||
<!----------------------------------------------------------------------> | ||
|
||
### Before You Submit | ||
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small> | ||
|
||
- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/opengist-debian/blob/main/CONTRIBUTING.md) | ||
- [ ] I give expressed consent for my work to be used in this repo | ||
- [ ] I have tested my work and it functions as intended | ||
- [ ] I have included documentation if the change requires such |
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,95 @@ | ||
{ | ||
"categories": [ | ||
{ | ||
"title": "\n\n<br>\n\n#### 🪛 Continuous integration", | ||
"labels": [ "kind/ci", "ci" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🚀 Features", | ||
"labels": [ "kind/feature", "feature", "feat" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🐛 Bugfixes", | ||
"labels": [ "kind/bug", "fix", "bug" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🔧 Changes", | ||
"labels": [ "kind/chore", "change", "chore" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\nn#### ✨ Optimizations", | ||
"labels": [ "kind/perf", "optimization", "perf", "optimize" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🚨 Security ", | ||
"labels": [ "kind/security", "security" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🧹 Housekeeping", | ||
"labels": [ "kind/refactor", "refactor", "style" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🐒 Miscellaneous", | ||
"labels": [ "kind/misc", "misc" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### ⛔ Deprecated", | ||
"labels": [ "kind/deprecate", "deprecate" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### ⛔ Removed", | ||
"labels": [ "kind/remove", "remove" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 📦 Build & Dependencies", | ||
"labels": [ "kind/build", "build", "dependency", "dep", "package" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### ✏️ Docs", | ||
"labels": [ "kind/docs", "doc", "docs", "wiki" ] | ||
}, | ||
{ | ||
"title": "\n\n<br>\n\n#### 🧪 Tests & Demo Vault", | ||
"labels": [ "kind/test", "test", "tests", "vault" ] | ||
} | ||
], | ||
"sort": "ASC", | ||
"pr_template": "- ${{TITLE_ONLY}} : #{{MERGE_SHA}} @#{{AUTHOR}}", | ||
"empty_template": "- No major changes to address in this release", | ||
"custom_placeholders": [ | ||
{ | ||
"name": "TITLE_ONLY", | ||
"source": "TITLE", | ||
"transformer": { | ||
"method": "regexr", | ||
"pattern": "(\\w+(\\(.+\\))?: ?)?(.+)", | ||
"target": "$2 $3" | ||
} | ||
} | ||
], | ||
"label_extractor": [ | ||
{ | ||
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault):(.*)", | ||
"target": "$1", | ||
"on_property": "title" | ||
}, | ||
{ | ||
"pattern": "^(build|ci|change|chore|doc|docs|wiki|remove|deprecate|security|dependency|dep|package|feat|feature|fix|bug|perf|optimize|optimization|refactor|style|test|tests|vault){1}(\\([\\w\\-\\.]+\\))?(!)?:(.*)", | ||
"target": "$1", | ||
"on_property": "title" | ||
} | ||
], | ||
"duplicate_filter": { | ||
"pattern": "github.*", | ||
"on_property": "author", | ||
"method": "match" | ||
}, | ||
"max_tags_to_fetch": 200, | ||
"max_pull_requests": 200, | ||
"max_back_track_time_days": 365, | ||
"exclude_merge_branches": [], | ||
"tag_resolver": { | ||
"method": "semver" | ||
}, | ||
"base_branches": [] | ||
} |
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,37 @@ | ||
# MIT License | ||
# | ||
# Copyright (c) 2024 Aetherinox | ||
# | ||
# Permission is hereby granted, free of charge, to any person obtaining a copy | ||
# of this software and associated documentation files (the "Software"), to deal | ||
# in the Software without restriction, including without limitation the rights | ||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
# copies of the Software, and to permit persons to whom the Software is | ||
# furnished to do so, subject to the following conditions: | ||
# | ||
# The above copyright notice and this permission notice shall be included in all | ||
# copies or substantial portions of the Software. | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
# SOFTWARE. | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
labels: | ||
- "Type ◦ Dependency" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
labels: | ||
- "Type ◦ Git Action" |
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,45 @@ | ||
# Number of labels to fetch (optional). Defaults to 100 | ||
numLabels: 40 | ||
# These labels will not be used even if the issue contains them (optional). | ||
# Pass a blank array if no labels are to be excluded. | ||
# excludeLabels: [] | ||
excludeLabels: | ||
- pinned | ||
# custom configuration to override default behaviour | ||
# control explicitly what gets added and when | ||
custom: | ||
- location: title | ||
keywords: | ||
- '[roadmap]' | ||
labels: | ||
- Type ◦ Roadmap | ||
- location: title | ||
keywords: | ||
- '[road-map]' | ||
labels: | ||
- Type ◦ Roadmap | ||
- location: title | ||
keywords: | ||
- '[bug]' | ||
labels: | ||
- Type ◦ Bug | ||
- location: title | ||
keywords: | ||
- '[issue]' | ||
labels: | ||
- Type ◦ Bug | ||
- location: title | ||
keywords: | ||
- '[feature]' | ||
labels: | ||
- Type ◦ Feature | ||
- location: body | ||
keywords: | ||
- 'request feature' | ||
labels: | ||
- Type ◦ Feature | ||
- location: title | ||
keywords: | ||
- '[request]' | ||
labels: | ||
- Type ◦ Feature |
Oops, something went wrong.