-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/** |