ci: Remove broken triage job

The triage job is broken, which regularly causes CI failures. I've
made some attemts to fix it but I failed. I don't have capacity to
spent more time on it. Let's remove the job completely for now to
prevent the confusing CI failures.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1625
This commit is contained in:
Ondrej Holy 2020-11-19 10:54:39 +01:00
parent b678abed38
commit 8eb21a09fc
2 changed files with 0 additions and 163 deletions

View file

@ -5,7 +5,6 @@ variables:
BUNDLE: "nautilus-dev.flatpak"
stages:
- triage
- image
- test
- cross environment
@ -54,25 +53,6 @@ flatpak master:
- tags
allow_failure: true
triage:
image: ruby:2.4
stage: triage
script:
- gem install gitlab-triage
- gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org
only:
- schedules
triage:dry-run:
image: ruby:2.4
stage: triage
script:
- gem install gitlab-triage
- gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org
only:
- schedules
when: manual
style check:
image: registry.gitlab.gnome.org/gnome/nautilus:latest
stage: test

View file

@ -1,143 +0,0 @@
resource_rules:
issues:
rules:
- name: Close stale issues with no milestone or planning labels
conditions:
date:
attribute: updated_at
condition: older_than
interval_type: months
interval: 18
milestone:
- No Milestone
forbidden_labels:
- Deliverable
- Stretch
- 1. Epic
# Features are handled in a different rule
- 1. Feature
- 1. Enhancement
- Bot Exception
state: opened
actions:
status: close
labels:
- 15. Auto Updated
comment: |
Hi,
Thank you for raising an issue to help improve Nautilus. We're sorry this particular issue has gone unnoticed for quite some time.
This issue will be closed, as it meets the following criteria:
* No activity in the past 18 months (3 releases).
* Unscheduled. Not associated with a milestone or with ~"Deliverable" or ~"Stretch" project planning labels.
We'd like to ask you to help us keep our issue tracker organized by determining whether this issue should be reopened.
If this issue is reporting a bug, let us know if this issue is still present in a newer version and if you can reproduce it in the [nightly version](https://wiki.gnome.org/Apps/Nightly).
Thanks for your help!
---
This is an automatic message. If you have suggestions to improve this automatic action feel free to add a comment on https://gitlab.gnome.org/GNOME/nautilus/issues/715
- name: Mark stale unlabelled issues for triage
conditions:
date:
attribute: created_at
condition: older_than
interval_type: months
interval: 2
# We want to handle those that doesn't have these labels, including those with other labels.
forbidden_labels:
- 1. Bug
- 1. Crash
- 1. Epic
- 1. Feature
- 1. Enhancement
- 1. Regression
- 15. Untriaged
- Bot Exception
state: opened
actions:
labels:
- 15. Untriaged
summarize:
title: Issues that need triaging
item: |
- {{web_url}} - {{title}} - {{labels}}
summary: |
The following issues were created two months ago and they are unlabeled:
{{items}}
- name: Close old feature proposals without planning labels or milestones
conditions:
date:
attribute: updated_at
condition: older_than
interval_type: months
interval: 12
labels:
- 1. Feature
forbidden_labels:
- Deliverable
- Stretch
- 1. Epic
- Bot Exception
milestone:
- No Milestone
state: opened
upvotes:
attribute: upvotes
condition: less_than
threshold: 5
actions:
labels:
- 15. Auto Updated
status: close
comment: |
Hi,
First of all, thank you for raising an issue to help improving Nautilus. In order to maintain order in the issue tracker we are closing old, unscheduled feature proposals.
Unfortunately, no Merge Request has been provided for this, and/or the project contributors are not planning this feature in the foreseeable future.
This issue will be closed as it meets the following criteria:
* No activity in more than 12 months
* Labeled as ~"1. Feature"
* Not associated with a milestone or with ~"Deliverable" or ~"Stretch" project planning labels.
Thanks for your help!
---
This is an automatic message. If you have suggestions to improve this automatic action feel free to add a comment on https://gitlab.gnome.org/GNOME/nautilus/issues/715
- name: Close issues that need information and weren't updated
conditions:
date:
attribute: updated_at
condition: older_than
interval_type: weeks
interval: 4
state: opened
labels:
- 2. Needs Information
forbidden_labels:
- Bot Exception
actions:
status: close
labels:
- 15. Auto Updated
comment: |
Closing this issue as no further information or feedback has been provided.
Please feel free to reopen this issue if you can provide the information or feedback.
Thanks for your help!
---
This is an automatic message. If you have suggestions to improve this automatic action feel free to add a comment on https://gitlab.gnome.org/GNOME/nautilus/issues/715