Skip to content

Commit

Permalink
fix: finally fix the regex pattern
Browse files Browse the repository at this point in the history
I suck at regex lol
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent 9d137a5 commit 01734e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
labels:
- name: "add mod"
conditions:
- body: "^- [x] Add mod to alternatives page$"
- body: "^- \\[x\\] Add mod to alternatives page$"
- name: "enhancement"
conditions:
- body: "^- [x] Site changes$"
- body: "^- \\[x\\] Site changes$"
- name: "documentation"
conditions:
- body: "^- [x] Chore/documentation updates$"
- body: "^- \\[x\\] Chore/documentation updates$"
- name: "BREAKING CHANGE"
conditions:
- body: "^- [x] Tick this box if you made changes that may or may not break site functionality.$"
- body: "^- \\[x\\] Tick this box if you made changes that may or may not break site functionality.$"
- name: "Merge conflict identified"
conditions:
- mergeable: false

0 comments on commit 01734e0

Please sign in to comment.