Skip to content
Snippets Groups Projects
Unverified Commit 1ce241a1 authored by Florian Forster's avatar Florian Forster
Browse files

feat(autolabels): Add the "autolabels" job to the standard template.

Issue: gitlab-com/gl-infra/common-ci-tasks#34
parent 2d79389e
No related branches found
No related tags found
No related merge requests found
Pipeline #24814836 failed
Loading
Loading
@@ -5,6 +5,7 @@ This template should be included in all Infrastructure projects. It includes sta
Includes the following tasks:
 
1. [`asdf-tool-versions.yml`](../asdf-tool-versions.md): ensures that `.tool-versions` file is synced with .gitlab-ci-asdf-versions.yml, that all the plugins are declared in `./scripts/install-asdf-plugins.sh` and that ASDF is generally working.
1. [`autolabels.yml`](../autolabels.md): adds [Work Type Classification](https://handbook.gitlab.com/handbook/product/groups/product-analysis/engineering/metrics/#work-type-classification) labels to merge requests.
1. [`editorconfig-check.yml`](../editorconfig-check.md): ensures that the repository adheres to the [EditorConfig](https://editorconfig.org/) rules for the project.
1. [`gitlab-scanners.yml`](../gitlab-scanners.md): adds various GitLab SAST, Dependency Scanner, Secret Detection, Licence Scanning, Container Scanning and IAC Scanner tools.
1. [`gitlint.yml`](../gitlint.md): ensures that commit messages adhere to the standards for the project.
Loading
Loading
Loading
Loading
@@ -18,6 +18,10 @@ include:
inputs:
stage: $[[ inputs.validate_stage ]]
 
- local: autolabels.yml
inputs:
stage: $[[ inputs.validate_stage ]]
- local: editorconfig-check.yml
inputs:
stage: $[[ inputs.validate_stage ]]
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