Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
♻️ chore(actions): Add refactor label (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Sep 19, 2022
1 parent ebf288f commit cec5453
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/config/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"labels": [
"chore"
]
},
{
"title": "## ♻️ Refactor",
"labels": [
"refactor"
]
}
],
"sort": "ASC",
Expand All @@ -31,4 +37,4 @@
"empty_template": "- No Changes",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
}
5 changes: 3 additions & 2 deletions .github/config/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
feature: ['feature/*', 'feat/*']
feature: ["feature/*", "feat/*"]
fix: fix/*
chore: chore/*
chore: chore/*
refactor: ["refact/*", "refactor/*"]

0 comments on commit cec5453

Please sign in to comment.