mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
.gitlab-ci.yml: added auto-triage rules
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -472,3 +472,15 @@ pages:
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
||||
triage:
|
||||
stage: testing
|
||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
||||
script:
|
||||
- gem install gitlab-triage
|
||||
- gitlab-triage --source-id openconnect/ocserv --token "$API_TOKEN"
|
||||
tags:
|
||||
- shared
|
||||
- linux
|
||||
only:
|
||||
- schedules
|
||||
|
||||
Reference in New Issue
Block a user