Skip to content

Apply Accepting merge requests to all scheduled issues

Every issue associated to the Backlog milestone should be labelled ~"Accepting merge requests" too

Requires:

      - name: Apply `Accepting merge requests` to all issues with a milestone 
        conditions:
          milestone:
            - Any milestone
          forbidden_labels:
            - Accepting merge requests
          state: opened
        actions:
          labels:
            - Accepting merge requests
Edited by Rémy Coutable