Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evstack/docs-preview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: evstack/docs-preview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-cleanup-workflow
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 26, 2026

  1. chore: add workflow to cleanup old PR preview folders

    Runs weekly on Sunday at midnight UTC (and on manual trigger).
    Deletes pr-* folders older than 7 days based on git history.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    tac0turtle and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    42ffb51 View commit details
    Browse the repository at this point in the history
  2. fix: handle SIGPIPE in cleanup workflow

    Disable pipefail in subshell when piping git log to head
    to avoid exit code 141 when head closes the pipe early.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    tac0turtle and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    4541b3e View commit details
    Browse the repository at this point in the history
  3. feat: add pull_request trigger for testing

    Runs as dry-run on PRs (no commit/push), shows what would be deleted.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    tac0turtle and claude committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    f0f58a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b838de3 View commit details
    Browse the repository at this point in the history
Loading