Skip to content

ccc-track: don't wake/label on closed or merged PRs#36

Merged
Corvimia merged 1 commit intomainfrom
hydra/no-wake-on-closed-prs
Feb 13, 2026
Merged

ccc-track: don't wake/label on closed or merged PRs#36
Corvimia merged 1 commit intomainfrom
hydra/no-wake-on-closed-prs

Conversation

@CoralCorvusCortex
Copy link
Collaborator

@CoralCorvusCortex CoralCorvusCortex commented Feb 13, 2026

What

  • Suppresses both labeling (ccc-track) and OpenClaw wake POSTs for PR threads once the PR is closed (including merged).

Why

  • Prevents sending requests to the OpenClaw hook when you’re merging/closing PRs (and for any later activity on closed PRs).

How

  • In .github/workflows/ccc-track.yml, the actions/github-script step fetches PR state (API fallback for issue_comment on PRs) and forces should_wake=false + skips label application when PR is not open.

Test

  • Merge/close a PR with ccc-track applied → Tailscale + POST steps should be skipped.
  • Open PR events unchanged.

@cloudflare-workers-and-pages
Copy link

Deploying polycule-graph with  Cloudflare Pages  Cloudflare Pages

Latest commit: 20c4cfc
Status: ✅  Deploy successful!
Preview URL: https://9ad8836b.polycule-graph.pages.dev
Branch Preview URL: https://hydra-no-wake-on-closed-prs.polycule-graph.pages.dev

View logs

@Corvimia Corvimia merged commit 46801b0 into main Feb 13, 2026
5 checks passed
@Corvimia Corvimia deleted the hydra/no-wake-on-closed-prs branch February 13, 2026 14:05
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