Skip to content

Commit d1e6459

Browse files
authored
Merge branch 'master' into dev/noecald/updateRichNavDependency
2 parents e0ae13f + 25499ff commit d1e6459

86 files changed

Lines changed: 869 additions & 564 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/classifier.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-github-triage-actions/master/classifier-deep/apply/apply-labels/deep-classifier-config.schema.json",
3+
"vacation": ["joaomoreno"],
34
"assignees": {
4-
"joaomoreno": {"accuracy": 1.5},
55
"JacksonKearl": {"accuracy": 0.5}
66
},
77
"labels": {
@@ -72,10 +72,10 @@
7272
"file-watcher": {"assign": ["bpasero"]},
7373
"font-rendering": {"assign": []},
7474
"formatting": {"assign": []},
75-
"git": {"assign": ["joaomoreno"], "accuracy": 1.5},
75+
"git": {"assign": ["joaomoreno"]},
7676
"gpu": {"assign": ["deepak1556"]},
7777
"grammar": {"assign": ["mjbvz"]},
78-
"grid-view": {"assign": ["joaomoreno"], "accuracy": 1.5},
78+
"grid-view": {"assign": ["joaomoreno"]},
7979
"html": {"assign": ["aeschli"]},
8080
"i18n": {"assign": []},
8181
"icon-brand": {"assign": []},
@@ -86,7 +86,7 @@
8686
"integrated-terminal-links": {"assign": ["Tyriar"]},
8787
"integration-test": {"assign": []},
8888
"intellisense-config": {"assign": []},
89-
"ipc": {"assign": ["joaomoreno"], "accuracy": 1.5},
89+
"ipc": {"assign": ["joaomoreno"]},
9090
"issue-bot": {"assign": ["chrmarti"]},
9191
"issue-reporter": {"assign": ["RMacfarlane"]},
9292
"javascript": {"assign": ["mjbvz"]},
@@ -98,7 +98,7 @@
9898
"languages-diagnostics": {"assign": ["jrieken"]},
9999
"layout": {"assign": ["sbatten"]},
100100
"lcd-text-rendering": {"assign": []},
101-
"list": {"assign": ["joaomoreno"], "accuracy": 1.5},
101+
"list": {"assign": ["joaomoreno"]},
102102
"log": {"assign": []},
103103
"markdown": {"assign": ["mjbvz"]},
104104
"marketplace": {"assign": []},
@@ -111,15 +111,15 @@
111111
"perf-bloat": {"assign": []},
112112
"perf-startup": {"assign": []},
113113
"php": {"assign": ["roblourens"]},
114-
"portable-mode": {"assign": ["joaomoreno"], "accuracy": 1.5},
114+
"portable-mode": {"assign": ["joaomoreno"]},
115115
"proxy": {"assign": []},
116116
"quick-pick": {"assign": ["chrmarti"]},
117117
"references-viewlet": {"assign": ["jrieken"]},
118118
"release-notes": {"assign": []},
119119
"remote": {"assign": []},
120120
"remote-explorer": {"assign": ["alexr00"]},
121121
"rename": {"assign": ["jrieken"]},
122-
"scm": {"assign": ["joaomoreno"], "accuracy": 1.5},
122+
"scm": {"assign": ["joaomoreno"]},
123123
"screencast-mode": {"assign": ["lszomoru"]},
124124
"search": {"assign": ["roblourens"]},
125125
"search-editor": {"assign": ["JacksonKearl"]},
@@ -130,9 +130,9 @@
130130
"simple-file-dialog": {"assign": ["alexr00"]},
131131
"smart-select": {"assign": ["jrieken"]},
132132
"smoke-test": {"assign": []},
133-
"snap": {"assign": ["joaomoreno"], "accuracy": 1.5},
133+
"snap": {"assign": ["joaomoreno"]},
134134
"snippets": {"assign": ["jrieken"]},
135-
"splitview": {"assign": ["joaomoreno"], "accuracy": 1.5},
135+
"splitview": {"assign": ["joaomoreno"]},
136136
"suggest": {"assign": ["jrieken"]},
137137
"tasks": {"assign": ["alexr00"]},
138138
"telemetry": {"assign": []},
@@ -141,7 +141,7 @@
141141
"timeline-git": {"assign": ["eamodio"]},
142142
"titlebar": {"assign": ["sbatten"]},
143143
"tokenization": {"assign": []},
144-
"tree": {"assign": ["joaomoreno"], "accuracy": 1.5},
144+
"tree": {"assign": ["joaomoreno"]},
145145
"typescript": {"assign": ["mjbvz"]},
146146
"undo-redo": {"assign": []},
147147
"unit-test": {"assign": []},

.github/workflows/author-verified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
repository: 'microsoft/vscode-github-triage-actions'
20-
ref: v32
20+
ref: v33
2121
path: ./actions
2222
- name: Install Actions
2323
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v32
16+
ref: v33
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Commands

.github/workflows/deep-classifier-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v32
14+
ref: v33
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

.github/workflows/deep-classifier-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
16-
ref: v32
16+
ref: v33
1717
path: ./actions
1818
- name: Install Actions
1919
run: npm install --production --prefix ./actions

.github/workflows/deep-classifier-scraper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v32
14+
ref: v33
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

.github/workflows/english-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
16-
ref: v32
16+
ref: v33
1717
path: ./actions
1818
- name: Install Actions
1919
if: contains(github.event.issue.labels.*.name, '*english-please')

.github/workflows/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
repository: 'microsoft/vscode-github-triage-actions'
2020
path: ./actions
21-
ref: v32
21+
ref: v33
2222
- name: Install Actions
2323
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
2424
run: npm install --production --prefix ./actions

.github/workflows/latest-release-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
1616
path: ./actions
17-
ref: v32
17+
ref: v33
1818
- name: Install Actions
1919
run: npm install --production --prefix ./actions
2020
- name: Install Storage Module

.github/workflows/locker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
1616
path: ./actions
17-
ref: v32
17+
ref: v33
1818
- name: Install Actions
1919
run: npm install --production --prefix ./actions
2020
- name: Run Locker

0 commit comments

Comments
 (0)