File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- ' [0-9]+.[0-9]+.[0-9]+'
9
9
jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: sync-labels
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
paths :
7
7
- .github/workflows/sync-labels.yml
8
8
- .github/labels.yml
Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ This will format based on [.eslintrc](.eslintrc) settings.
107
107
[Version Badge] : https://img.shields.io/npm/v/serverless-plugin-function-value
108
108
[Version Package] : https://www.npmjs.com/serverless-plugin-function-value
109
109
[Node Version Badge] : https://img.shields.io/node/v/serverless-plugin-function-value
110
- [CI Badge] : https://github.com/devpow112/serverless-plugin-function-value/workflows/build/badge.svg?branch=master
111
- [CI Workflow] : https://github.com/devpow112/serverless-plugin-function-value/actions?query=workflow%3Abuild+branch%3Amaster
112
- [Coverage Badge] : https://coveralls.io/repos/github/devpow112/serverless-plugin-function-value/badge.svg?branch=master
113
- [Coverage Report] : https://coveralls.io/github/devpow112/serverless-plugin-function-value?branch=master
110
+ [CI Badge] : https://github.com/devpow112/serverless-plugin-function-value/workflows/build/badge.svg?branch=main
111
+ [CI Workflow] : https://github.com/devpow112/serverless-plugin-function-value/actions?query=workflow%3Abuild+branch%3Amain
112
+ [Coverage Badge] : https://coveralls.io/repos/github/devpow112/serverless-plugin-function-value/badge.svg?branch=main
113
+ [Coverage Report] : https://coveralls.io/github/devpow112/serverless-plugin-function-value?branch=main
114
114
[Vulnerabilities Badge] : https://snyk.io/test/github/devpow112/serverless-plugin-function-value/badge.svg
115
115
[Vulnerabilities Report] : https://snyk.io/test/github/devpow112/serverless-plugin-function-value
You can’t perform that action at this time.
0 commit comments