{"id":21461785,"url":"https://github.com/kinneko-de/cleanup-outdated-tag-action","last_synced_at":"2026-04-29T10:04:34.443Z","repository":{"id":248438194,"uuid":"828678891","full_name":"KinNeko-De/cleanup-outdated-tag-action","owner":"KinNeko-De","description":"GitHub action to cleanup outdated Git tags.","archived":false,"fork":false,"pushed_at":"2024-10-28T23:22:32.000Z","size":488,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T04:51:12.413Z","etag":null,"topics":["cleanup","git-tag","git-tags","github-action","github-actions","github-actions-ci","project-githubaction","semantic-versioning"],"latest_commit_sha":null,"homepage":"https://medium.com/@kinneko-de/7d17fa85c175","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KinNeko-De.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-14T21:49:36.000Z","updated_at":"2024-08-11T14:23:31.000Z","dependencies_parsed_at":"2024-08-09T21:49:11.283Z","dependency_job_id":"88ccefea-f34e-4999-bf4e-ede1cb8b3cce","html_url":"https://github.com/KinNeko-De/cleanup-outdated-tag-action","commit_stats":null,"previous_names":["kinneko-de/cleanup-outdated-tag-action"],"tags_count":15,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/KinNeko-De/cleanup-outdated-tag-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KinNeko-De%2Fcleanup-outdated-tag-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KinNeko-De%2Fcleanup-outdated-tag-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KinNeko-De%2Fcleanup-outdated-tag-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KinNeko-De%2Fcleanup-outdated-tag-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KinNeko-De","download_url":"https://codeload.github.com/KinNeko-De/cleanup-outdated-tag-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KinNeko-De%2Fcleanup-outdated-tag-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259901382,"owners_count":22929224,"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":["cleanup","git-tag","git-tags","github-action","github-actions","github-actions-ci","project-githubaction","semantic-versioning"],"created_at":"2024-11-23T07:11:05.717Z","updated_at":"2026-04-29T10:04:34.438Z","avatar_url":"https://github.com/KinNeko-De.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create a GitHub Action Using TypeScript\n\n[![GitHub Super-Linter](https://github.com/KinNeko-De/cleanup-outdated-tag-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)\n![CI](https://github.com/KinNeko-De/cleanup-outdated-tag-action/actions/workflows/ci.yml/badge.svg)\n[![Check dist/](https://github.com/KinNeko-De/cleanup-outdated-tag-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/KinNeko-De/cleanup-outdated-tag-action/actions/workflows/check-dist.yml)\n[![CodeQL](https://github.com/KinNeko-De/cleanup-outdated-tag-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/KinNeko-De/cleanup-outdated-tag-action/actions/workflows/codeql-analysis.yml)\n[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)\n\nComming soon...\n[read my article for a short introduction at the end](https://medium.com/@kinneko-de/7d17fa85c175)\n\n## Usage\n\nWarning: this is a v0 pre-release. The action's inputs, outputs and behavior are\nexperimental and may change without notice.\n\n```yaml\n- name: Delete outdated git tags\n  uses: KinNeko-De/cleanup-outdated-tag-action@v0\n```\n\n## Build / Committing dist/\n\nThis repository ships a compiled JavaScript bundle in `dist/` (built from the\nTypeScript `src/` files) which is what GitHub runs when someone uses the action.\n\nBefore creating a PR or pushing changes that touch `src/` or the build\ntoolchain, regenerate the `dist/` output and commit it so CI and consumers see\nthe expected code:\n\n```bash\n# rebuild the compiled action bundle\nnpm run bundle\n```\n\nThe repository contains a CI check (`.github/workflows/check-dist.yml`) that\nrebuilds `dist/` and fails the PR if the checked-in `dist/` does not match the\nbuild output. Keeping `dist/` in sync avoids that failure and ensures consumers\nof the action run the correct code.\n\n## Format with Prettier\n\nPlease format the repository before committing by running: to avoid headache for\nthe developer that focus on features instead of line formating\n\n```bash\nnpx prettier --write .\n```\n\nThis will apply the project's Prettier rules to all files. CI runs a formatting\ncheck for code files; running the command above locally ensures docs and other\nfiles are formatted too and prevents CI failures.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinneko-de%2Fcleanup-outdated-tag-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinneko-de%2Fcleanup-outdated-tag-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinneko-de%2Fcleanup-outdated-tag-action/lists"}