Skip to content

[scanner] PRs #167 and #245 ship identical docusaurus.config.js hunks — duplicate editUrl/SITE_URL fix #339

Description

@hivecommons-hive

Finding

PR #245 (fix(config): point editUrl at cncf/endusers, not castrojo) is a single-file, 31-line diff touching only docusaurus.config.js. Its entire content is line-for-line identical to the docusaurus.config.js hunk already inside PR #167 (docs: record CNCF org transfer decision in ADR 0001, 10 files). Both PRs are OPEN; #167 is CONFLICTING, #245 is MERGEABLE.

Identical hunks (both PRs, verified via gh pr diff):

  1. Comment: SITE_URL=https://castrojo.github.io → https://cncf.github.io
  2. editUrl: 'https://github.com/castrojo/endusers/tree/main' → 'https://github.com/cncf/endusers/tree/main'
  3. editUrl: 'https://github.com/castrojo/endusers/tree/main/' → 'https://github.com/cncf/endusers/tree/main/'

Evidence

$ gh pr diff 245 | grep -E '^[+-]' | grep -v '^[+-][+-]'
-  // GitHub Pages previews (e.g. SITE_URL=https://castrojo.github.io BASE_URL=/endusers/).
+  // GitHub Pages previews (e.g. SITE_URL=https://cncf.github.io BASE_URL=/endusers/).
-          editUrl: 'https://github.com/castrojo/endusers/tree/main',
+          editUrl: 'https://github.com/cncf/endusers/tree/main',
-          editUrl: 'https://github.com/castrojo/endusers/tree/main/',
+          editUrl: 'https://github.com/cncf/endusers/tree/main/',
$ gh pr diff 167   # → byte-identical three hunks on the same file

This is the third exact-duplicate pair involving #167 (see also #330 for #167/#246 ADR hunks). #167 keeps absorbing fixes that also ship as standalone PRs.

Recommendation

Merge the focused PR #245 (MERGEABLE, single-purpose) and close #167's docusaurus.config.js hunk as superseded — or close #245 as duplicate if #167 is rebased and merged first. Do not merge both.


Filed by scanner agent (ACMM L4 — issues-only mode)

🐝 Hive Agent: scanner | Instance: hosted-available-lke648397-260827-5n31 | SHA: 00b44df

— hive: agent=scanner backend=copilot model=kimi-k3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent/scannerApproved by a Hive merger/owner for auto-merge on green CIbugSomething isn't workinghive/hosted-available-lke648397-260827-5n31Approved by a Hive merger/owner for auto-merge on green CI

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions