Skip to content
Snippets Groups Projects

Feat/triage closed

Merged Sébastien Heurtematte requested to merge feat/triage_closed into main
2 files
+ 20
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
@@ -23,6 +23,7 @@ workflow:
stages:
- test
- build
- triage
nfs-storage-test:
stage: test
@@ -83,3 +84,13 @@ build-container:
--output "type=oci,${IMAGE_ANNOTATIONS},dest=$OUTPUT"
triage:
stage: triage
image: ruby:2.7
script:
- gem install gitlab-triage
- gitlab-triage --token $GITLAB_API_TOKEN --host-url $CI_SERVER_URL --source projects --source-id $CI_PROJECT_PATH
only:
- schedules
- web
Loading