Skip to content

Commit

Permalink
Adjust workflow template colors
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Nov 3, 2023
1 parent 1d26d5e commit c514aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/workflow_job.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = [
},
title: "[{{ repository.name }}] Workflow **{{ workflow_job.name }}** {{ workflow_job.conclusion }}",
url: "{{ workflow_job.html_url }}",
color: color("black")
color: color("magenta")
}]
},{
action: "in_progress",
Expand All @@ -23,7 +23,7 @@ module.exports = [
},
title: "[{{ repository.name }}] Workflow **{{ workflow_job.name }}** {{ workflow_job.status }}",
url: "{{ workflow_job.html_url }}",
color: color("black")
color: color("yellow")
}]
},{
action: "queued",
Expand Down
2 changes: 1 addition & 1 deletion templates/workflow_run.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = [
},
title: "[{{ workflow_run.head_repository.name }}:{{ workflow_run.head_branch }}] Workflow **{{ workflow.name }}** requested",
url: "{{ workflow_run.html_url }}",
color: color("black")
color: color("magenta")
}]
}
]

0 comments on commit c514aa9

Please sign in to comment.