We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec76f44 commit d352cfbCopy full SHA for d352cfb
web_src/js/components/DashboardRepoList.vue
@@ -6,7 +6,7 @@ import {fomanticQuery} from '../modules/fomantic/base.ts';
6
7
const {appSubUrl, assetUrlPrefix, pageData} = window.config;
8
9
-type CommitStatus = 'pending' | 'success' | 'error' | 'failure' | 'warning';
+type CommitStatus = 'pending' | 'success' | 'error' | 'failure' | 'warning' | 'skipped';
10
11
type CommitStatusMap = {
12
[status in CommitStatus]: {
0 commit comments