Skip to content

Commit

Permalink
chore(.github): adjust pr labels helper (camunda#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva authored May 22, 2024
1 parent f870887 commit f074d4d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/helpers/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
- name: "ci:all-db"
description: "Runs the builds for all databases."
color: "cccccc"
- name: "ci:authorizations"
description: "Runs the engine and webapps test suite with authorization revoke checks enabled."
color: "cccccc"
- name: "ci:cockroachdb"
description: "Runs the builds for the CockroachDB database."
color: "cccccc"
Expand Down Expand Up @@ -89,3 +86,9 @@
- name: "ci:wildfly"
description: "Runs the builds for the Wildfly application server."
color: "cccccc"
- name: "ci:skipTests"
description: "Skips tests execution in Assembly and Distro-ee stages."
color: "cccccc"
- name: "ci:distro"
description: "Archives distro artifacts."
color: "cccccc"

0 comments on commit f074d4d

Please sign in to comment.