{"id":16344490,"url":"https://github.com/siddhant-k-code/delete-clean-workspaces","last_synced_at":"2025-11-06T19:30:36.885Z","repository":{"id":210567082,"uuid":"726781631","full_name":"Siddhant-K-code/delete-clean-workspaces","owner":"Siddhant-K-code","description":"GitHub Action to automatically delete workspaces that are stopped and do not have any uncommitted or untracked file changes","archived":false,"fork":false,"pushed_at":"2023-12-04T05:59:19.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T19:16:56.819Z","etag":null,"topics":["gitpod","gitpod-api","gitpod-workspace"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Siddhant-K-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-03T11:42:12.000Z","updated_at":"2024-11-12T10:58:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4325fb75-190b-4d7d-82eb-c21fcb5622a9","html_url":"https://github.com/Siddhant-K-code/delete-clean-workspaces","commit_stats":null,"previous_names":["siddhant-k-code/delete-clean-workspaces"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddhant-K-code%2Fdelete-clean-workspaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddhant-K-code%2Fdelete-clean-workspaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddhant-K-code%2Fdelete-clean-workspaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddhant-K-code%2Fdelete-clean-workspaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siddhant-K-code","download_url":"https://codeload.github.com/Siddhant-K-code/delete-clean-workspaces/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239501963,"owners_count":19649560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitpod","gitpod-api","gitpod-workspace"],"created_at":"2024-10-11T00:28:28.939Z","updated_at":"2025-11-06T19:30:36.850Z","avatar_url":"https://github.com/Siddhant-K-code.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitpod Workspace Cleanup - GitHub Action\n\nThis GitHub Action is designed to manage Gitpod workspaces. It automatically deletes workspaces that are stopped and do not have any uncommitted or untracked file changes.\n\n\u003e [!NOTE]\n\u003e `GITPOD_TOKEN`: Required. The access token for Gitpod API. [Learn more](https://www.gitpod.io/docs/configure/user-settings/access-tokens).\n\n## Usage\n\n[**Demo repository**](https://github.com/Siddhant-K-code/demo-delete-clean-workspaces)\n\n```yaml\nname: Delete clean Gitpod workspaces weekly\n\non:\n  workflow_dispatch:\n  schedule:\n    - cron: \"0 9 * * MON\" # At 9 AM UTC, weekly only on Monday\n\njobs:\n  delete-clean-workspaces:\n    name: Clean Gitpod workspaces weekly\n    runs-on: ubuntu-latest\n    steps:\n      - name: Delete clean Gitpod workspaces\n        uses: Siddhant-K-code/delete-clean-workspaces@v1.1\n        with:\n          GITPOD_TOKEN: ${{ secrets.GITPOD_PAT_TOKEN }}\n          PRINT_SUMMARY: true # Print summary of deleted workspaces. Optional \u0026 defaults to false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhant-k-code%2Fdelete-clean-workspaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddhant-k-code%2Fdelete-clean-workspaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhant-k-code%2Fdelete-clean-workspaces/lists"}