Skip to content
Snippets Groups Projects
Commit 8b1f9326 authored by Steve Xuereb's avatar Steve Xuereb :speech_balloon:
Browse files

Merge branch 'fforster/autolabels' into 'main'

feat(autolabels): Use the `AUTOLABELS_ENABLED` to allow teams to opt out of the job.

See merge request gitlab-com/gl-infra/common-ci-tasks!900
parents 74e08882 8f334708
No related branches found
No related tags found
No related merge requests found
Pipeline #24901566 failed
Loading
Loading
@@ -21,6 +21,8 @@ include:
- local: autolabels.yml
inputs:
stage: $[[ inputs.validate_stage ]]
rules:
- if: $AUTOLABELS_ENABLED == null || $AUTOLABELS_ENABLED != "false"
 
- local: editorconfig-check.yml
inputs:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment