Skip to content

auto open issue on ci failure during release#1778

Open
cicoyle wants to merge 1 commit into
dapr:masterfrom
cicoyle:feat-auto-open-issues-on-release-failures
Open

auto open issue on ci failure during release#1778
cicoyle wants to merge 1 commit into
dapr:masterfrom
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>
@cicoyle cicoyle requested a review from a team as a code owner July 2, 2026 16:47
Copilot AI review requested due to automatic review settings July 2, 2026 16:47
@cicoyle cicoyle requested a review from a team as a code owner July 2, 2026 16:47

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-tag failure notification job to the existing CI workflow so that, when a tagged release run fails, a tracking issue can be opened (or updated) with links and maintainer mentions.

Changes:

  • Introduces a new notify-on-failure job gated to tagged releases (refs/tags/v*) and only when prior jobs fail.
  • Calls the reusable workflow dapr/.github/.github/workflows/open-issue-on-failure.yml with a templated issue title, labels, and team mentions.

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

Comment on lines +276 to +280
if: failure() && startsWith(github.ref, 'refs/tags/v')
permissions:
issues: write
actions: read
uses: dapr/.github/.github/workflows/open-issue-on-failure.yml@main
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