[nautilus/triage-improvements] triage-policies: Add a bot exception mechanism
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/triage-improvements] triage-policies: Add a bot exception mechanism
- Date: Mon, 14 Jan 2019 08:37:20 +0000 (UTC)
commit 95d5f6a28dc48513de2ecf60efb7caa5d2863a3b
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Mon Jan 14 08:37:08 2019 +0000
triage-policies: Add a bot exception mechanism
So we can prevent the bot to act in some cases.
.triage-policies.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.triage-policies.yml b/.triage-policies.yml
index 4e50c0733..a755cb3f7 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -16,6 +16,7 @@ resource_rules:
- 1. Epic
# Features are handled in a different rule
- 1. Feature
+ - Bot Exception
state: opened
actions:
status: close
@@ -53,6 +54,7 @@ resource_rules:
- 1. Crash
- 1. Epic
- 1. Feature
+ - Bot Exception
state: opened
actions:
labels:
@@ -81,6 +83,7 @@ resource_rules:
- 2. Deliverable
- 2. Stretch
- 1. Epic
+ - Bot Exception
milestone:
- No Milestone
state: opened
@@ -119,7 +122,9 @@ resource_rules:
interval: 4
state: opened
labels:
- - 2. Needs Information
+ - 2. Needs Information
+ forbidden_labels:
+ - Bot Exception
actions:
status: close
labels:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]