{"id":17923184,"url":"https://github.com/rogerluan/label-remover","last_synced_at":"2025-09-30T01:32:06.594Z","repository":{"id":37017112,"uuid":"287112113","full_name":"rogerluan/label-remover","owner":"rogerluan","description":"Removes all labels from a pull request once it is merged or closed.","archived":false,"fork":false,"pushed_at":"2023-05-09T22:01:00.000Z","size":1193,"stargazers_count":3,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T04:31:15.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rogerluan.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-12T20:45:27.000Z","updated_at":"2023-12-23T05:58:58.000Z","dependencies_parsed_at":"2024-10-28T20:42:31.437Z","dependency_job_id":"a92d2c1e-000b-4650-8550-539cfa68ced2","html_url":"https://github.com/rogerluan/label-remover","commit_stats":{"total_commits":217,"total_committers":2,"mean_commits":108.5,"dds":0.0875576036866359,"last_synced_commit":"dc84c052ccf6319c4652f5041d3bcf41b6c257a4"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerluan%2Flabel-remover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerluan%2Flabel-remover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerluan%2Flabel-remover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogerluan%2Flabel-remover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogerluan","download_url":"https://codeload.github.com/rogerluan/label-remover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234686342,"owners_count":18871595,"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":[],"created_at":"2024-10-28T20:42:28.217Z","updated_at":"2025-09-30T01:32:01.282Z","avatar_url":"https://github.com/rogerluan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Label Remover\n\n\u003ca href=\"https://github.com/rogerluan/label-remover/actions?query=workflow%3A%22Unit+Tests%22\"\u003e\n  \u003cimg alt=\"Unit tests status\" src=\"https://github.com/rogerluan/label-remover/workflows/Unit%20Tests/badge.svg\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/intent/follow?screen_name=rogerluan_\"\u003e\n  \u003cimg src=\"https://img.shields.io/twitter/follow/rogerluan_?\u0026logo=twitter\" alt=\"Follow on Twitter\"\u003e\n\u003c/a\u003e\n\n\nThis GitHub Action will remove all labels of a PR upon trigger. This is specially useful if you execute this action upon pull request merge/close.\n\n## Preview\n\n![preview](./docs/assets/preview.png)\n\n## Usage\n\nAdd a GitHub action.\n\n```yaml\nname: Remove All Labels\n\non:\n  pull_request:\n    types: [closed]\n\njobs:\n  remove_labels:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: rogerluan/label-remover@v1.0.1\n        with:\n          github_token: ${{ secrets.github_token }}\n```\n\n## License\n\nCopyright 2020 Roger Oba.\n\n_Label Remover_ is released under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerluan%2Flabel-remover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerluan%2Flabel-remover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerluan%2Flabel-remover/lists"}