mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-21 16:07:33 +02:00
add skipped commit status and icon indicator
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user