Skip to content

Commit

Permalink
fix: regex syntax
Browse files Browse the repository at this point in the history
sorry prettier
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent 2297ed1 commit b5102fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: "^-\s\[x\] Add mod to alternatives page$"
- body: "^- [x] Add mod to alternatives page$"
- name: "enhancement"
conditions:
- body: "^-\s\[x\] Site changes$"
- body: "^- [x] Site changes$"
- name: "documentation"
conditions:
- body: "^-\s\[x\] Chore/documentation updates$"
- body: "^- [x] Chore/documentation updates$"
- name: "BREAKING CHANGE"
conditions:
- body: "^-\s\[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
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package.json
pnpm-lock.yaml
.vscode/issue-query.github-issues
/i18n/**
.github/labels.yml
/i18n/**

0 comments on commit b5102fe

Please sign in to comment.