Releases: Siddhant-K-code/delete-clean-workspaces
Releases · Siddhant-K-code/delete-clean-workspaces
Optional Input for print summary
Example usage:
name: Delete clean Gitpod workspaces weekly
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * MON" # At 9 AM UTC, weekly only on Monday
jobs:
delete-clean-workspaces:
name: Clean Gitpod workspaces weekly
runs-on: ubuntu-latest
steps:
- name: Delete clean Gitpod workspaces
uses: Siddhant-K-code/[email protected]
with:
GITPOD_TOKEN: ${{ secrets.GITPOD_PAT_TOKEN }}
PRINT_SUMMARY: true # Print summary of deleted workspaces. Optional & defaults to false
Delete clean Gitpod workspaces
a robust GitHub Action for automatically deleting Gitpod workspaces that are not currently running and have no uncommitted or untracked file changes. This version streamlines workspace management, ensuring a clean and efficient cloud development environment. Easy to integrate and customize in your CI/CD pipeline, it's the perfect tool for maintaining order in your Gitpod workspace. Get started now to enhance your Gitpod experience!