chore: maintenance tooling — issue templates, stale bot, periodic audit sync - #887
Merged
Conversation
Port the useful maintenance tooling from #835 (closed): structured issue forms (bug / feature / new provider) plus a daily stale-issue workflow. Bug-report affected-area options updated to match current repo layout (providers registry, scripts/audit.js). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- audit.js gains a --sync mode: audits both providers/ and providers-disabled/, moves confirmed-broken providers out and recovered ones back, and writes the full report to AUDIT.md. INCONCLUSIVE providers are never moved. - npm scripts: `audit` (check) and `audit:sync` (sync + AUDIT.md). - Dirs overridable via OEMBED_ENABLED_DIR / OEMBED_DISABLED_DIR. - New weekly workflow (.github/workflows/audit.yml) runs the sync, rebuilds providers.json, and opens a PR with the changes for review. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintenance tooling, partly salvaged from #835 (closed) plus the periodic audit automation.
Issue templates (
.github/ISSUE_TEMPLATE/)bug-report.yml,feature-request.ymlprovider-request.yml— structured new-provider form (name, URL, schemes, endpoint, discovery, example URLs)config.yml— disables blank issues, links Discussions + oembed.comscripts/audit.js).Stale-issue bot (
.github/workflows/stale-issues.yml)actions/stale@v9, daily; stale after 7d inactivity, closed 7d later;Postponeexempt.Periodic audit + auto enable/disable
scripts/audit.js --sync: audits bothproviders/andproviders-disabled/, then:FAIL) enabled providers →providers-disabled/OK) disabled providers →providers/INCONCLUSIVEuntouchedAUDIT.mdaudit(check) andaudit:sync(sync + AUDIT.md). Dirs overridable viaOEMBED_ENABLED_DIR/OEMBED_DISABLED_DIR(testing)..github/workflows/audit.yml: weekly (Mon 06:00 UTC) + manual dispatch. Runs the sync, rebuildsproviders.json, and opens a PR with the moves for review — no direct pushes to master.🤖 Generated with Claude Code