Skip to content

Add alert-issue composite action#2

Merged
wojcik91 merged 4 commits into
mainfrom
alert_issue_action
Jul 13, 2026
Merged

Add alert-issue composite action#2
wojcik91 merged 4 commits into
mainfrom
alert_issue_action

Conversation

@wojcik91

@wojcik91 wojcik91 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Implements the shared issue-alerting primitive consumed by rehearsal
failures, post-merge e2e failures, and forward-port conflicts.

What

actions/alert-issue/action.yml - creates-or-updates release-blocker labeled GitHub issues with open-issue-only dedup by [{source}] {branch}: title prefix.

Behavior

  • First failure → creates a new issue
  • Repeat failure → comments on the existing open issue (never duplicates, never reopens)
  • After close, new failure → creates a fresh issue (closed = resolved episode)
  • Optional: assign users from assignees input
  • Env-gated: add to current sprint iteration via Projects v2 GraphQL (when SPRINT_PROJECT_NUMBER is set)

Token

Authenticates with ALERT_TOKEN env var (set as GH_TOKEN for gh CLI). Never hardcoded or echoed. The repo is public.

@wojcik91 wojcik91 self-assigned this Jul 13, 2026
@wojcik91 wojcik91 marked this pull request as ready for review July 13, 2026 07:28
@wojcik91 wojcik91 merged commit 0aade5d into main Jul 13, 2026
2 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.

1 participant