Skip to content

Commit d352cfb

Browse files
committed
update js CommitStatus type
1 parent ec76f44 commit d352cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {fomanticQuery} from '../modules/fomantic/base.ts';
66
77
const {appSubUrl, assetUrlPrefix, pageData} = window.config;
88
9-
type CommitStatus = 'pending' | 'success' | 'error' | 'failure' | 'warning';
9+
type CommitStatus = 'pending' | 'success' | 'error' | 'failure' | 'warning' | 'skipped';
1010
1111
type CommitStatusMap = {
1212
[status in CommitStatus]: {

0 commit comments

Comments
 (0)