Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add label ARMAutomatedSignOff after all other checks have finished #32173

Closed
mikeharder opened this issue Jan 15, 2025 · 0 comments · Fixed by #32457
Closed

Add label ARMAutomatedSignOff after all other checks have finished #32173

mikeharder opened this issue Jan 15, 2025 · 0 comments · Fixed by #32457
Assignees

Comments

@mikeharder
Copy link
Member

mikeharder commented Jan 15, 2025

  • Triggers
    • check_suite.completed or check_run.completed
      • check_suite triggers once per non-actions check_suite, meaning "openapi-alps" and "Azure Pipelines"
      • check_run triggers once per pipeline
      • check_suite should be sufficient, since this is a "summary" check and doesn't need to update after every check run
    • pull_request.[labeled|unlabeled]
  • Set label "ARMAutomatedSignOff" to the AND of the following conditions:
    • Labels
      • "ARMReview": true
      • "NotReadyForARMReview": false
      • "ARMBestPractices": true
      • if ("SuppressionReviewRequired": true), then "Suppression-Approved": true'
    • Checks
      • Swagger-Lintdiff: completed, success
    • Changed Files
      • "rp-service-existing": true
      • "typespec-incremental": true

Prototype: mikeharder/AzurePipelineTests#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant