summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.triage-policies.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/.triage-policies.yml b/.triage-policies.yml
index ab75174d5da..91a0e0abc91 100644
--- a/.triage-policies.yml
+++ b/.triage-policies.yml
@@ -235,10 +235,10 @@ resource_rules:
Thanks for your help
- name: Remind team members to set relevant labels on their MRs
conditions:
- author:
+ author_member:
source: group
condition: member_of
- source_id: 9970 # the `gitlab-org` group
+ source_id: gitlab-org
labels:
- No Label
state: opened
@@ -251,3 +251,13 @@ resource_rules:
Please [add labels to your merge request](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#workflow-labels), this helps triage community merge requests.
Thanks for your help! :black_heart:
+ - name: Label community merge requests
+ conditions:
+ author_member:
+ source: group
+ condition: not_member_of
+ source_id: gitlab-org
+ state: opened
+ actions:
+ labels:
+ - Community Contribution