Skip to content

Widen self-healing deduplication to scan all doc PRs#3116

Merged
pwizla merged 1 commit into
mainfrom
repo/fix-self-healing-dedup
May 5, 2026
Merged

Widen self-healing deduplication to scan all doc PRs#3116
pwizla merged 1 commit into
mainfrom
repo/fix-self-healing-dedup

Conversation

@pwizla

@pwizla pwizla commented May 5, 2026

Copy link
Copy Markdown
Collaborator

This PR removes the --label auto-doc-healing filter from the self-healing idempotency check, so it scans all doc PRs (not just auto-generated ones) when looking for existing coverage of a strapi/strapi PR.

The bug: PR #3113 (manually created by @butcherZ) already covered strapi/strapi#25689, but because it didn't have the auto-doc-healing label, the dedup missed it and the workflow created duplicate PR #3115.

The fix: scan all PRs with --state all --limit 200 instead of --label auto-doc-healing --state all. The regex (strapi/strapi/pull/([0-9]+)) is unchanged.

Dry-run confirmed PR #3113 would have been detected with this change.

The idempotency check only scanned PRs with the auto-doc-healing label,
missing manually created PRs that already covered the same strapi/strapi
PR. This caused duplicate doc PRs (e.g., #3115 duplicating #3113).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@pwizla pwizla added internal PRs created by the Strapi core team pr: chore labels May 5, 2026
@vercel

vercel Bot commented May 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment May 5, 2026 8:11am

Request Review

@github-actions github-actions Bot added the source: repo PRs/issues not targeting a specific documentation but rather affecting the whole repo label May 5, 2026
@pwizla pwizla self-assigned this May 5, 2026
@pwizla pwizla added this to the 6.24.0 milestone May 5, 2026
@pwizla pwizla merged commit de711a3 into main May 5, 2026
16 checks passed
@pwizla pwizla deleted the repo/fix-self-healing-dedup branch May 5, 2026 08:18
@pwizla pwizla changed the title Widen self-healing dedup to scan all doc PRs Widen self-healing deduplication to scan all doc PRs May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal PRs created by the Strapi core team pr: chore source: repo PRs/issues not targeting a specific documentation but rather affecting the whole repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant