auto open issue on ci failure during release#1124
Conversation
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1124 +/- ##
==========================================
- Coverage 86.63% 82.20% -4.43%
==========================================
Files 84 117 +33
Lines 4473 9612 +5139
==========================================
+ Hits 3875 7902 +4027
- Misses 598 1710 +1112 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds a release-workflow notification job that, on tagged release failures, uses a reusable workflow to open or comment on a tracking issue (with labels and maintainer mentions) in the caller repository.
Changes:
- Added a
notify-on-failurejob to run afterlint,build, andpublishon tag releases. - Configured issue-writing permissions and passed title/labels/mention + bot token to the reusable workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
acroca
left a comment
There was a problem hiding this comment.
LGTM, will approve once dapr/.github#14 is merged
its merged 👍🏻 |
Reusable workflow_call that opens (or comments on) a tracking issue in the caller repo when a release/publish job fails, with links to the failed jobs and a maintainer @-mention.
Needs this PR merged first.