Skip to content

auto open issue on ci failure during release#1124

Open
cicoyle wants to merge 1 commit 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 1 commit 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.17%. Comparing base (bffb749) to head (6bc4f18).
⚠️ Report is 173 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1124      +/-   ##
==========================================
- Coverage   86.63%   82.17%   -4.46%     
==========================================
  Files          84      116      +32     
  Lines        4473     9594    +5121     
==========================================
+ Hits         3875     7884    +4009     
- 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 on lines +111 to +114
notify-on-failure:
needs: [lint, build, publish]
if: failure() && startsWith(github.ref, 'refs/tags/v')
permissions:
Comment on lines +117 to +118
uses: dapr/.github/.github/workflows/open-issue-on-failure.yml@main
with:
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