Skip to content

Commit 3cdbf44

Browse files
committed
Merge remote-tracking branch 'origin/plugin_api_v2' into split-manifest
2 parents 12b7bc2 + 0c35c1a commit 3cdbf44

File tree

3 files changed

+586
-271
lines changed

3 files changed

+586
-271
lines changed

.github/pr-labeler.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# The bot always updates the labels, add/remove as necessary [default: false]
2+
alwaysReplace: false
3+
# Treats the text and labels as case sensitive [default: true]
4+
caseSensitive: false
5+
# Array of labels to be applied to the PR [default: []]
6+
customLabels:
7+
# Finds the `text` within the PR title and body and applies the `label`
8+
- text: 'new plugin'
9+
label: 'Plugin Submission'
10+
- text: 'add'
11+
label: 'Plugin Submission'
12+
- text: 'bug'
13+
label: 'bug'
14+
- text: 'fix'
15+
label: 'bug'
16+
- text: 'feature'
17+
label: 'enhancement'
18+
# Search the body of the PR for the `text` [default: true]
19+
searchBody: true
20+
# Search the title of the PR for the `text` [default: true]
21+
searchTitle: true
22+
# Search for whole words only [default: false]
23+
wholeWords: false

0 commit comments

Comments
 (0)