Skip to content

Commit

Permalink
ci(label): Add labels by each bot
Browse files Browse the repository at this point in the history
Don't rely on the PR Labeler.
  • Loading branch information
5ouma committed Nov 16, 2024
1 parent 86ac841 commit 86e5295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ customLabels:
label: 🎽 CI
- text: "- [x] 🧠 Meta"
label: 🧠 Meta
- text: "chore(deps): "
- text: <!--pre-commit.ci start-->
label: ⛓️ Dependencies
- text: "Release: v"
label: 🚀 Release
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"dependencyDashboard": false
"dependencyDashboard": false,
"labels": ["⛓️ Dependencies"]
}

0 comments on commit 86e5295

Please sign in to comment.