mistercrunch opened a new pull request, #36643:
URL: https://github.com/apache/superset/pull/36643

   ### SUMMARY
   
   Switch showtime cleanup from a fixed 48h policy to respecting per-PR TTL 
labels using `showtime cleanup --respect-ttl`.
   
   This enables contributors to extend their ephemeral environment lifetime by 
applying labels like:
   - **🎪 ⌛ 24h** — 24 hours
   - **🎪 ⌛ 48h** — 48 hours (default, auto-created)
   - **🎪 ⌛ 72h** — 72 hours
   - **🎪 ⌛ 1w** — One week
   - **🎪 ⌛ close** — Until PR closes
   
   See: https://github.com/mistercrunch/superset-showtime/pull/1
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   N/A - CI workflow change only
   
   ### TESTING INSTRUCTIONS
   
   1. Trigger the workflow manually via Actions tab
   2. Verify it runs `showtime cleanup --respect-ttl` instead of `--older-than`
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to