[NetworkManager-openvpn/lr/no-libnm-glib: 1/3] Revert "gitlab-ci: add scheduled pipeline to triage inactive issues and MRs"




commit a2654579699276e33ec978e639a6f699e62ddc7f
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Jun 28 10:57:54 2022 +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 b664d0e..ca8b78e 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
@@ -89,12 +84,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]