Skip to content

auto open issue on ci failure during release - #832

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

auto open issue on ci failure during release#832
yaron2 merged 2 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:49
@cicoyle
cicoyle requested review from a team as code owners July 2, 2026 16:49

Copilot AI left a comment

Copy link
Copy Markdown

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 failure-notification mechanism to the tag-based release workflow by invoking a reusable workflow that opens (or comments on) a tracking issue in the repo when the release workflow fails.

Changes:

  • Adds a new notify-on-failure job that runs on workflow failure and calls dapr/.github’s open-issue-on-failure reusable workflow.
  • Grants the minimum required permissions (issues: write, actions: read) and passes title/labels/mentions plus a bot token secret mapping.

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

Comment thread .github/workflows/release-on-tag.yaml
Comment thread .github/workflows/release-on-tag.yaml Outdated
Comment on lines +79 to +83
permissions:
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. 👍🏻

@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 56.71%. Comparing base (c9af9fd) to head (580f1fc).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #832      +/-   ##
==========================================
- Coverage   56.73%   56.71%   -0.03%     
==========================================
  Files          52       52              
  Lines        3784     3784              
==========================================
- Hits         2147     2146       -1     
- Misses       1482     1483       +1     
  Partials      155      155              

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

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
@yaron2
yaron2 merged commit 9d745f7 into dapr:main Jul 7, 2026
23 of 24 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