Skip to content

Commit

Permalink
maybe this fixes actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent 4714c90 commit f91faa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: v1
labels:
- label: "add mod"
matcher:
- body: "(\\\\n|.)*- \\\\[x\\\\] Add mod to alternatives page\\\\n*"
body: "(\\n|.)*- \\[x\\] Add mod to alternatives page\\n*"
- label: "enhancement"
matcher:
- body: "(\\\\n|.)*- \\\\[x\\\\] Site changes\\\\n*"
body: "(\\n|.)*- \\[x\\] Site changes\\n*"
- label: "documentation"
matcher:
- body: "(\\\\n|.)*- \\\\[x\\\\] Chore/documentation updates\\\\n*"
body: "(\\n|.)*- \\[x\\] Chore/documentation updates\\n*"
- label: "BREAKING CHANGE"
matcher:
- body: "(\\\\n|.)*- \\\\[x\\\\] Tick this box if you made changes that may or may not break site functionality(\\\\n|.)*"
body: "(\\n|.)*- \\[x\\] Tick this box if you made changes that may or may not break site functionality(\\n|.)*"
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
labels:
- label: "Merge conflict identified"
conditions:
- mergeable: false
- mergeable: false

0 comments on commit f91faa0

Please sign in to comment.