Skip to content

Commit 4c8c0cc

Browse files
authored
Merge pull request #27 from isontheline/staging
Updating icons about network activity
2 parents 7d47a80 + 7bcbad4 commit 4c8c0cc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/label_check.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ on:
99
- unlabeled
1010
jobs:
1111
check_labels:
12-
name: Check labels
12+
name: Check Labels
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: docker://agilepathway/pull-request-label-checker:latest
15+
- name: Check Semver Labels
16+
uses: docker://agilepathway/pull-request-label-checker:latest
1617
with:
1718
one_of: major,minor,patch
19+
repo_token: ${{ secrets.GITHUB_TOKEN }}
20+
21+
- name: Check Release Labels
22+
uses: docker://agilepathway/pull-request-label-checker:latest
23+
with:
24+
one_of: breaking-change,bug,dependency,documentation,enhancement,skip-changelog,wontfix
1825
repo_token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"sysMon.networkSpeed.format": {
103103
"type": "string",
104104
"scope": "machine-overridable",
105-
"default": "$(arrow-up) ${up} ${up-unit} $(arrow-down) ${down} ${down-unit}",
105+
"default": "$(cloud-upload) ${up} ${up-unit} $(cloud-download) ${down} ${down-unit}",
106106
"markdownDescription": "You can use these variables to custom display format: `${up}` `${up-unit}` `${down}` `${down-unit}` or visit [doc](https://github.com/isontheline/vscode-sysmon#display-format) to see detail (e.g. how use icon)"
107107
},
108108
"sysMon.memoUsage.format": {

0 commit comments

Comments
 (0)