Skip to content

[workflow] Clean up wiki preview branches (#83)#86

Merged
coisa merged 2 commits intomainfrom
codex/83-wiki-preview-cleanup
Apr 18, 2026
Merged

[workflow] Clean up wiki preview branches (#83)#86
coisa merged 2 commits intomainfrom
codex/83-wiki-preview-cleanup

Conversation

@coisa
Copy link
Copy Markdown
Contributor

@coisa coisa commented Apr 18, 2026

Summary

  • Add scheduled/manual cleanup for wiki preview branches whose pull requests are already closed.
  • Delete the PR wiki preview branch when a pull request is closed without merge, and make post-merge preview deletion idempotent.
  • Add the schedule to the packaged consumer workflow stub and document the wiki cleanup lifecycle.

Testing

  • ruby -e 'require "yaml"; %w[.github/workflows/wiki.yml resources/github-actions/wiki.yml].each { |f| YAML.load_file(f); puts "#{f}: ok" }'
  • git diff --check
  • composer dev-tools docs

Note: actionlint is not installed in this local environment, so workflow validation used YAML parsing plus documentation generation.

Closes #83

@github-actions github-actions Bot added the enhancement New feature or request label Apr 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

@coisa coisa merged commit b11c6f4 into main Apr 18, 2026
2 checks passed
@coisa coisa deleted the codex/83-wiki-preview-cleanup branch April 18, 2026 15:09
github-actions Bot added a commit that referenced this pull request Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Released

Development

Successfully merging this pull request may close these issues.

Clean up closed PR wiki preview branches

1 participant