File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pull_request_rules:
4
4
- author~=^dependabot(|-preview)\[bot\]$
5
5
- check-success~=build
6
6
- check-success=UI Tests
7
- - check-success=codeclimate
7
+ - check-success=codecov/project
8
8
- check-success-or-neutral~=LGTM
9
9
actions :
10
10
merge :
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ WAI-ARIA compliant React command palette like the one in Atom and Sublime
4
4
5
5
![ CI] ( https://github.com/asabaylus/react-command-palette/workflows/CI/badge.svg )
6
6
[ ![ codecov] ( https://codecov.io/gh/asabaylus/react-command-palette/branch/master/graph/badge.svg )] ( https://codecov.io/gh/asabaylus/react-command-palette )
7
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/761754992fe0cd293c40/maintainability )] ( https://codeclimate.com/github/asabaylus/react-command-palette/maintainability )
8
- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/761754992fe0cd293c40/test_coverage )] ( https://codeclimate.com/github/asabaylus/react-command-palette/test_coverage )
9
7
![ npm] ( https://img.shields.io/npm/v/react-command-palette.svg )
10
8
[ ![ Language grade: JavaScript] ( https://img.shields.io/lgtm/grade/javascript/g/asabaylus/react-command-palette.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/asabaylus/react-command-palette/context:javascript )
11
9
Original file line number Diff line number Diff line change 14
14
"storybook" : " start-storybook -p 6006 -s public" ,
15
15
"build-storybook" : " build-storybook -s public" ,
16
16
"build-storybook-docs" : " build-storybook -s public --docs" ,
17
- "release" : " auto shipit --base-branch=main" ,
17
+ "release" : " auto shipit --base-branch=main --ignore-commit-pattern= " ,
18
18
"chromatic" : " chromatic --project-token 5981upe4q43 --exit-zero-on-changes"
19
19
},
20
20
"resolutions" : {
You can’t perform that action at this time.
0 commit comments