Skip to content

Commit

Permalink
chore: I hate regex but I have to do it :(
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent 5777e00 commit da27fd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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: "^-\s\[x\] Add mod to alternatives page$"
- name: "enhancement"
conditions:
- body: "- [x] Site changes"
- body: "^-\s\[x\] Site changes$"
- name: "documentation"
conditions:
- body: "- [x] Chore/documentation updates"
- body: "^-\s\[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: "^-\s\[x\] Tick this box if you made changes that may or may not break site functionality\.$"
- name: "Merge conflict identified"
conditions:
- mergeable: false
6 changes: 5 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Resolves #x

<!-- add more above if necessary -->

## Any extra notes?

<!-- add notes above if necessary -->

## Checklist

<!-- For adding mods to the alternatives page -->
Expand All @@ -47,7 +51,7 @@ Resolves #x
<!-- For chore/doc updates -->

- [ ] I have clearly explained why I have done this.
- [ ] I have proofread the documentation changed and have ensured tehre are no spelling or grammatical errors.
- [ ] I have proofread the documentation changed and have ensured there are no spelling or grammatical errors.
- [ ] (Workflow updates only) I have tested the workflow to ensure its functionality.

<!-- For all -->
Expand Down

0 comments on commit da27fd7

Please sign in to comment.