Skip to content

Fix condition to add the 'Community contribution' label

Rémy Coutable requested to merge fix-wrong-condition-for-community-mrs into master

What does this MR do and why?

!1462 (diffs) actually broke the addition of the Community contribution label, as the conditions to add the label were still relying on the label being present! 🤦🏼

This in turn prevented any commands from being interpreted as the commands depend on Community contribution to be set. There were reports of it, e.g. gitlab-org/gitlab!91012 (comment 1007471436).

This MR fixes it, and also updates the [HOURLY] gitlab-org label community contributions to actually run hourly.

Expected impact & dry-runs

The "Thank you" message and Community contribution will be correctly posted when community MRs are opened, allowing subsequent reactive commands to be used.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-with-a-dry-run on how to perform dry-runs.

Action items

  • (If applicable) Add documentation to the handbook pages for Triage Operations =>
  • (If applicable) Identify the affected groups and how to communicate to them:
    • /cc @person_or_group =>
    • Relevant Slack channels =>
    • Engineering week-in-review
Edited by Rémy Coutable

Merge request reports