Skip to content
Snippets Groups Projects
Select Git revision
  • arty-hb-layouts
  • master default protected
  • ddieulivol-one_off_remove_group_test_health
  • dj-rename-quality-to-devex
  • refine-triage-ai-labelling-message
  • fix-jihu-and-contractor-hygiene-policies
  • mnohr-master-patch-ca52
  • tjayaramaraju-6b23ff51-patch-f0f7
  • tjayaramaraju-6b23ff51-patch-5569
  • dc/work-item-webhook
  • dj-remove-quality-reports
  • jh-remove-s1-from-community
  • cbjr-fix-ignore-bots-lifecycle-processor
  • jennli-csmerm-policies
  • ps-mr-defect-triage-ops
  • rasamhossain/localization/localization-team/issues/325
  • rasamhossain-master-patch-93ea
  • jennli-test-label-migration-duration
  • alexives/migrate-database-frameworks
  • jennli-prep-label-migration-workflows-demo
20 results

refine-automations.yml

Code owners
Assign users and groups as approvers for specific file changes. Learn more.
refine-automations.yml 744 B
resource_rules:
  issues:
    rules:
      - name: Move refinement completed issue to scheduling
        conditions:
          state: opened
          labels:
            - section::growth
            - Next Up
            - workflow::refinement
          ruby: |
            growth_refinement_completed?
        actions:
          labels:
            - workflow::scheduling
      - name: Add more issues to refinement
        conditions:
          state: opened
          labels:
            - section::growth
            - Next Up
            - workflow::planning breakdown
          ruby: |
            qualify_for_growth_refine?
        limits:
          most_recent: 6
        actions:
          labels:
            - workflow::refinement