Enable assign-copilot in c9k auto-issue#11752
Conversation
Set assign-copilot: true in c9k-failure-report.yml so the action assigns Copilot to commit/broken root-cause issues. Flaky groups are still never assigned (handled by auto-close-flaky).
|
This PR requires exactly 1 of the following labels: pr:standard, pr:important. Label descriptions:
@sylvainsf, please add the appropriate label to this PR before merging. |
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Pull request overview
This PR enables Copilot auto-assignment for issues created by the c9k-failure-report workflow, aligning the workflow behavior with the earlier rollout of non-dry-run auto-issue filing.
Changes:
- Set
assign-copilot: "true"for thesylvainsf/causinator9000action invocation inc9k-failure-report.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11752 +/- ##
==========================================
- Coverage 51.39% 51.35% -0.04%
==========================================
Files 699 699
Lines 44111 44111
==========================================
- Hits 22669 22652 -17
- Misses 19276 19286 +10
- Partials 2166 2173 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What
Sets
assign-copilot: "true"in .github/workflows/c9k-failure-report.yml.Why
Follow-up to #11750. We enabled
auto-issue(non-dry-run) in that PR but leftassign-copilotat"false". Now that we're filing issues for real, also let c9k assign Copilot to the commit/broken-test root-cause issues so they get picked up automatically.Safety
Per the v2.1.0
action.yml, Copilot is never assigned to flaky-test groups regardless of this flag, those continue to be commented + closed viaauto-close-flaky: true.No other inputs change.