-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/dev' into dependabo…
…t/nuget/VirtualizingWrapPanel-2.0.6
- Loading branch information
Showing
87 changed files
with
2,290 additions
and
679 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,31 @@ | ||
# The bot always updates the labels, add/remove as necessary [default: false] | ||
alwaysReplace: false | ||
# Treats the text and labels as case sensitive [default: true] | ||
caseSensitive: false | ||
# Array of labels to be applied to the PR [default: []] | ||
customLabels: | ||
# Finds the `text` within the PR title and body and applies the `label` | ||
- text: 'bug' | ||
label: 'bug' | ||
- text: 'fix' | ||
label: 'bug' | ||
- text: 'dependabot' | ||
label: 'bug' | ||
- text: 'New Crowdin updates' | ||
label: 'bug' | ||
- text: 'New Crowdin updates' | ||
label: 'kind/i18n' | ||
- text: 'feature' | ||
label: 'enhancement' | ||
- text: 'add new' | ||
label: 'enhancement' | ||
- text: 'refactor' | ||
label: 'enhancement' | ||
- text: 'refactor' | ||
label: 'Code Refactor' | ||
# Search the body of the PR for the `text` [default: true] | ||
searchBody: true | ||
# Search the title of the PR for the `text` [default: true] | ||
searchTitle: true | ||
# Search for whole words only [default: false] | ||
wholeWords: 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
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
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
Oops, something went wrong.