Skip to content

feat(examples): add doc-orphan-detector caller template (#46)#47

Merged
ArchonVII merged 1 commit into
mainfrom
agent/claude/46-doc-orphan-example
Jun 5, 2026
Merged

feat(examples): add doc-orphan-detector caller template (#46)#47
ArchonVII merged 1 commit into
mainfrom
agent/claude/46-doc-orphan-example

Conversation

@ArchonVII

Copy link
Copy Markdown
Owner

Summary

Adds examples/doc-orphan-detector.yml — the caller template for the reusable
doc-orphan-detector.yml (#45). Consuming repos copy it to .github/workflows/
to schedule the doc-sweep §4.7 backstop; it's also what archon-setup snapshots
(copyFrom: examples) to expose the doc-orphan-detector cron opt-in.

Weekly schedule + workflow_dispatch, least-privilege (contents: read,
issues: write), uses: …/doc-orphan-detector.yml@v1 with commented inputs —
mirrors the existing examples/stale.yml caller pattern.

Verification

  • actionlint clean
$ actionlint examples/doc-orphan-detector.yml
(exit 0, no output)

Verification Notes

Pure template addition (no reusable-workflow logic changed). Pattern matches
examples/stale.yml; references the reusable at @v1 (force-moved in this repo to
include the detector). Inputs left commented so the defaults (stale-hours 12,
base-label doc-orphan, default-branch main) apply out of the box.

Closes #46

@ArchonVII
ArchonVII marked this pull request as ready for review June 5, 2026 03:21
@ArchonVII
ArchonVII merged commit fef8aec into main Jun 5, 2026
@ArchonVII
ArchonVII deleted the agent/claude/46-doc-orphan-example branch June 5, 2026 04:10
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.

feat(examples): add doc-orphan-detector caller template

1 participant