Skip to content

Revert "Merge branch 'jarv/staff-plus' into 'master'"

John Jarvis requested to merge revert-482b65bd into master

What

Revert "Merge branch 'jarv/staff-plus' into 'master'"

This reverts merge request !312 (merged)

We are getting labels removed and added on every run due to these remove conditions that I will need to rethink:

      - name: remove staffplus label
        actions:
          remove_labels:
            - "staff+"
        conditions:
          state: opened
          labels:
            - "staff+"
          assignee_member:
            source_id: gitlab-org/production-engineering/staffplus
            source: group
            condition: not_member_of
      - name: remove staffplus label
        actions:
          remove_labels:
            - "staff+"
        conditions:
          state: opened
          labels:
            - "staff+"
          assignee_member:
            source_id: gitlab-org/delivery/staffplus
            source: group
            condition: not_member_of
      - name: remove staffplus label
        actions:
          remove_labels:
            - "staff+"
        conditions:
          state: opened
          labels:
            - "staff+"
          assignee_member:
            source_id: gitlab-org/scalability/staffplus
            source: group
            condition: not_member_of

One of these will always match because you will not be a member of at least one group 🤔

Merge request reports