-
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.
YAML doesn't need to quote strings.
- Loading branch information
Showing
11 changed files
with
57 additions
and
57 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
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,3 @@ | ||
addReviewers: true | ||
addAssignees: author | ||
reviewers: ["5ouma"] | ||
reviewers: [5ouma] |
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,2 +1,2 @@ | ||
preferredBranch: "dev" | ||
exclude: [branch: "dev"] | ||
preferredBranch: dev | ||
exclude: [branch: dev] |
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,2 +1,2 @@ | ||
exclude: ["dev"] | ||
exclude: [dev] | ||
delete_closed_pr: true |
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,8 +1,8 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: "daily" | ||
target-branch: "dev" | ||
interval: daily | ||
target-branch: dev | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- "🧠 Meta" | ||
- "🚀 Release" | ||
- 🧠 Meta | ||
- 🚀 Release | ||
|
||
categories: | ||
- title: "🧨 Breaking Changes" | ||
labels: ["🧨 Breaking Change"] | ||
- title: "🎉 New Features" | ||
labels: ["🎉 New Feature"] | ||
- title: "🧰 Bug Fixes" | ||
labels: ["🧰 Bug"] | ||
- title: "🛡️ Security Fixes" | ||
labels: ["🛡️ Security"] | ||
- title: "📖 Documentation Changes" | ||
labels: ["📖 Documentation"] | ||
- title: "🏎️ Performance Improvements" | ||
labels: ["🏎️ Performance"] | ||
- title: "🧹 Refactoring" | ||
labels: ["🧹 Refactoring"] | ||
- title: "🧪 Testing" | ||
labels: ["🧪 Testing"] | ||
- title: "🔧 Maintenance" | ||
labels: ["🔧 Maintenance"] | ||
- title: "🎽 CI" | ||
labels: ["🎽 CI"] | ||
- title: "⛓️ Dependency Updates" | ||
labels: ["⛓️ Dependencies", "dependencies"] | ||
- title: "🔍 Other Changes" | ||
- title: 🧨 Breaking Changes | ||
labels: [🧨 Breaking Change] | ||
- title: 🎉 New Features | ||
labels: [🎉 New Feature] | ||
- title: 🧰 Bug Fixes | ||
labels: [🧰 Bug] | ||
- title: 🛡️ Security Fixes | ||
labels: [🛡️ Security] | ||
- title: 📖 Documentation Changes | ||
labels: [📖 Documentation] | ||
- title: 🏎️ Performance Improvements | ||
labels: [🏎️ Performance] | ||
- title: 🧹 Refactoring | ||
labels: [🧹 Refactoring] | ||
- title: 🧪 Testing | ||
labels: [🧪 Testing] | ||
- title: 🔧 Maintenance | ||
labels: [🔧 Maintenance] | ||
- title: 🎽 CI | ||
labels: [🎽 CI] | ||
- title: ⛓️ Dependency Updates | ||
labels: [⛓️ Dependencies, dependencies] | ||
- 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 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