Skip to content

auto open issue on ci failure during release#14

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#14
yaron2 merged 3 commits into
dapr:mainfrom
cicoyle:feat-auto-open-issues-on-release-failures

Conversation

@cicoyle

@cicoyle cicoyle commented Jul 1, 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.

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Copilot AI review requested due to automatic review settings July 1, 2026 20:01

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 reusable workflow_call GitHub Actions workflow that, when invoked from a failing release/publish pipeline, opens (or comments on) a tracking issue in the caller repository with links to failed jobs and optional maintainer mentions.

Changes:

  • Introduces .github/workflows/open-issue-on-failure.yml reusable workflow to create or update a tracking issue on CI/release failures.
  • Collects failed job links from the current workflow run (via Actions API) and includes them in the issue/comment.
  • Implements basic deduplication to avoid opening multiple issues for the same failure condition.

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

Comment thread .github/workflows/open-issue-on-failure.yml Outdated
Comment thread .github/workflows/open-issue-on-failure.yml
Comment thread .github/workflows/open-issue-on-failure.yml Outdated
Comment thread .github/workflows/open-issue-on-failure.yml
cicoyle added 2 commits July 2, 2026 09:10
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
@yaron2 yaron2 merged commit 9d390bf into dapr:main Jul 7, 2026
1 check 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