Skip to content

auto open issue on ci failure during release#1124

Open
cicoyle wants to merge 3 commits into
dapr:mainfrom
cicoyle:feat-auto-open-issues-on-release-failures
Open

auto open issue on ci failure during release#1124
cicoyle wants to merge 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:48
@cicoyle cicoyle requested review from a team as code owners July 2, 2026 16:48
@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 82.20%. Comparing base (bffb749) to head (037dc58).
⚠️ Report is 177 commits behind head on main.

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.
📢 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.

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 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-failure job to run after lint, build, and publish on 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.

Comment thread .github/workflows/build-tag.yaml
Comment on lines +117 to +118
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. 👍🏻

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.

2 participants