Skip to content

Add GA workflow that creates/updates an issue on CI failure#5979

Merged
apoelstra merged 1 commit into
rust-bitcoin:masterfrom
i-a-m-d:ci-failure-issues
Apr 12, 2026
Merged

Add GA workflow that creates/updates an issue on CI failure#5979
apoelstra merged 1 commit into
rust-bitcoin:masterfrom
i-a-m-d:ci-failure-issues

Conversation

@i-a-m-d

@i-a-m-d i-a-m-d commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

This PR adds a GitHub Actions workflow that automatically creates and updates an issue when Fuzz or Kani CI fails.

Closes #5978.

@github-actions github-actions Bot added the ci label Apr 9, 2026
@i-a-m-d i-a-m-d force-pushed the ci-failure-issues branch 3 times, most recently from c072f23 to 0a7c713 Compare April 9, 2026 21:53
@i-a-m-d i-a-m-d marked this pull request as draft April 10, 2026 08:54
@i-a-m-d i-a-m-d force-pushed the ci-failure-issues branch from 0a7c713 to b847185 Compare April 10, 2026 18:15
@i-a-m-d i-a-m-d marked this pull request as ready for review April 10, 2026 18:16
@apoelstra

Copy link
Copy Markdown
Member

In b847185:

I have a weak opposition to the "script" github action because it's a big dependency and I have a mild aversion to Javascript.

On the other hand, it's both more powerful and (much) more readable than shell would be, so maybe it's for the best.

Thanks for simplifying it so much so that it's easy to review.

@apoelstra apoelstra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK b847185; successfully ran local tests

@apoelstra apoelstra merged commit caec362 into rust-bitcoin:master Apr 12, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow that creates/updates GitHub issue on CI failure

2 participants