-
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.
change: we're switching the action out
- Loading branch information
1 parent
a02094b
commit 304179a
Showing
3 changed files
with
19 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
labels: | ||
- label: "add mod" | ||
matcher: | ||
- body: "(\\n|.)*- \\[x\\] Add mod to alternatives page\\n*" | ||
- label: "enhancement" | ||
conditions: | ||
- body: "(\\n|.)*- \\[x\\] Site changes\\n*" | ||
- label: "documentation" | ||
conditions: | ||
- body: "(\\n|.)*- \\[x\\] Chore/documentation updates\\n*" | ||
- label: "BREAKING CHANGE" | ||
conditions: | ||
- body: "(\\n|.)*- \\[x\\] Tick this box if you made changes that may or may not break site functionality(\\n|.)*" | ||
- label: "Merge conflict identified" | ||
conditions: | ||
- mergeable: false |
This file was deleted.
Oops, something went wrong.
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