Skip to content

auto open issue on ci failure during release - #4440

Merged
yaron2 merged 3 commits into
dapr:mainfrom
cicoyle:feat-auto-open-issues-on-release-failures
Jul 7, 2026
Merged

auto open issue on ci failure during release#4440
yaron2 merged 3 commits into
dapr:mainfrom
cicoyle:feat-auto-open-issues-on-release-failures

Conversation

@cicoyle

@cicoyle cicoyle commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

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.

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Copilot AI review requested due to automatic review settings July 2, 2026 16:46
@cicoyle
cicoyle requested review from a team as code owners July 2, 2026 16:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds failure-notification automation to the component metadata bundle release workflow by invoking a reusable workflow in dapr/.github to open (or comment on) a tracking issue when the release upload job fails.

Changes:

  • Adds a notify-on-failure job that runs only when upload-bundle fails on tag-triggered executions.
  • Calls a reusable workflow to open/comment on a tracking issue, with title, labels, and maintainer mentions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +51 to +54
issues: write
actions: read
uses: dapr/.github/.github/workflows/open-issue-on-failure.yml@main
with:

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is dependent on that .github PR per my PR description. 👍🏻

Comment thread .github/workflows/generate-component-metadata-for-tag.yml Outdated
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.71%. Comparing base (3e3d04d) to head (bd7e505).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4440      +/-   ##
==========================================
- Coverage   31.72%   31.71%   -0.01%     
==========================================
  Files         351      351              
  Lines       47500    47497       -3     
==========================================
- Hits        15067    15062       -5     
- Misses      31240    31241       +1     
- Partials     1193     1194       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yaron2
yaron2 merged commit d60d1af into dapr:main Jul 7, 2026
116 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants