[NetworkManager-openvpn/lr/test: 7/8] Revert "gitlab-ci: add scheduled pipeline to triage inactive issues and MRs"




commit d4e084b55418415b21dbdf8bfbd5e36778b5cf75
Author: Antonio Cardace <acardace redhat com>
Date:   Mon Apr 6 13:59:57 2020 +0200

    Revert "gitlab-ci: add scheduled pipeline to triage inactive issues and MRs"
    
    This doesn't seem necessary and lacks explanation.
    In general, we'd prefer to deal with the issues ourselves.
    
    This reverts commit 81a1ed7c8f91eba763a6b99886278d551a1f9df2.

 .gitlab-ci.yml       | 14 -----------
 .triage-policies.yml | 67 ----------------------------------------------------
 2 files changed, 81 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9d0f65..319aff3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,6 @@
 # If things don't seem to work, this can help:
 # https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/ci/lint
 
-stages:
-  - build
-  - test
-  - triage
-
 .fedora_deps: &fedora_deps
   before_script:
     - dnf -y install
@@ -88,12 +83,3 @@ fedora_from_dist:
     - make -j install
     - make -j uninstall
   image: fedora:latest
-
-triage:issues:
-  stage: triage
-  image: ruby:2.7
-  script:
-    - gem install gitlab-triage
-    - gitlab-triage -d --token $API_TOKEN --source-id $SOURCE_ID
-  only:
-    - schedules


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]