diff --git a/.github/labels.yml b/.github/labels.yml index 878e39d..f9e9591 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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 diff --git a/.prettierignore b/.prettierignore index 8e66152..dc993c7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,4 @@ package.json pnpm-lock.yaml .vscode/issue-query.github-issues -/i18n/** -.github/labels.yml \ No newline at end of file +/i18n/** \ No newline at end of file