Skip to content

Commit

Permalink
fix(labels): add CI workflow configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 3, 2023
1 parent 4e45d57 commit 5b83e5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,15 @@
- name: execute-workflow
description: Control workflow execution on PRs
color: 74da90
- name: skip-ci
description: Skip CI workflow
color: 35539d
- name: skip-tests
description: Skip Tests in CI workflow
color: 1dd225
- name: actions-debug
description: Enable debugging in actions execution
color: 923411
- name: workflow-mode-dev
description: Execute workflows in dev mode (branch name for container image tags)
color: 2085aa

0 comments on commit 5b83e5b

Please sign in to comment.