Skip to content

Commit

Permalink
ci: Labeler will be fixed, one day (Adeptus-Dominus#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
EttyKitty authored Nov 22, 2024
1 parent 8cf23bd commit 28d6ff3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/srvaroa_labeler.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
version: 1
appendOnly: true
labels:
- label: "PR: Breaking\!"
title: "\!"
- label: "PR: Breaking\!"
body: "(?i)\[breaking\]"
- label: "PR: Breaking!"
title: "\\!"
- label: "PR: Breaking!"
body: "(?i)\\[breaking\\]"

- label: "PR: Chore"
title: "^chore"
- label: "PR: Chore"
body: "(?i)\[chore\]"
body: "(?i)\\[chore\\]"

- label: "PR: Docs"
title: "^docs"
- label: "PR: Docs"
body: "(?i)(\[docs\]|\[doc\])"
body: "(?i)(\\[docs\]|\\[doc\\])"

- label: "PR: Code Style"
title: "^style"
- label: "PR: Code Style"
body: "(?i)\[style\]"
body: "(?i)\\[style\\]"

- label: "PR: Feature"
title: "^feat"
- label: "PR: Feature"
body: "(?i)(\[feature\]|\[feat\])"
body: "(?i)(\\[feature\\]|\\[feat\\])"

- label: "PR: Fix"
title: "^fix"
- label: "PR: Fix"
body: "(?i)\[fix\]"
body: "(?i)\\[fix\\]"

- label: "PR: Refactor"
title: "^refactor"
- label: "PR: Refactor"
body: "(?i)(\[refactor\]|\[ref\])"
body: "(?i)(\\[refactor\\]|\\[ref\\])"

- label: "PR: Performance"
title: "^perf"
- label: "PR: Performance"
body: "(?i)(\[performance\]|\[perf\])"
body: "(?i)(\\[performance\\]|\\[perf\\])"

- label: "PR: Major Coding"
size:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
config_path: .github/srvaroa_labeler.yml
fail_on_error: true

0 comments on commit 28d6ff3

Please sign in to comment.