Skip to content

Commit

Permalink
Merge pull request #27 from isontheline/staging
Browse files Browse the repository at this point in the history
Updating icons about network activity
  • Loading branch information
isontheline committed Aug 28, 2024
2 parents 7d47a80 + 7bcbad4 commit 4c8c0cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ on:
- unlabeled
jobs:
check_labels:
name: Check labels
name: Check Labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
- name: Check Semver Labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}

- name: Check Release Labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,bug,dependency,documentation,enhancement,skip-changelog,wontfix
repo_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"sysMon.networkSpeed.format": {
"type": "string",
"scope": "machine-overridable",
"default": "$(arrow-up) ${up} ${up-unit} $(arrow-down) ${down} ${down-unit}",
"default": "$(cloud-upload) ${up} ${up-unit} $(cloud-download) ${down} ${down-unit}",
"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)"
},
"sysMon.memoUsage.format": {
Expand Down

0 comments on commit 4c8c0cc

Please sign in to comment.