add skipped commit status and icon indicator

This commit is contained in:
badhezi
2025-05-20 19:49:00 +03:00
parent 4d7ea0d931
commit 8adf0280dd
4 changed files with 9 additions and 1 deletions
@@ -22,6 +22,7 @@ const commitStatus: CommitStatusMap = {
error: {name: 'gitea-exclamation', color: 'red'},
failure: {name: 'octicon-x', color: 'red'},
warning: {name: 'gitea-exclamation', color: 'yellow'},
skipped: {name: 'octicon-skip', color: 'grey'},
};
export default defineComponent({