{"id":19724197,"url":"https://github.com/fastruby/pr-unlabeler","last_synced_at":"2025-09-07T07:03:33.487Z","repository":{"id":149163982,"uuid":"433580171","full_name":"fastruby/pr-unlabeler","owner":"fastruby","description":"Removes a label from a PR","archived":false,"fork":false,"pushed_at":"2021-11-30T21:20:37.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-10T16:44:33.606Z","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/fastruby.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":"2021-11-30T20:42:58.000Z","updated_at":"2021-11-30T21:14:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"d79f2c3b-776a-4541-b790-8ebd29c6f0ee","html_url":"https://github.com/fastruby/pr-unlabeler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fpr-unlabeler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fpr-unlabeler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fpr-unlabeler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastruby%2Fpr-unlabeler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastruby","download_url":"https://codeload.github.com/fastruby/pr-unlabeler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241045624,"owners_count":19899686,"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-11-11T23:24:50.896Z","updated_at":"2025-02-27T18:48:30.782Z","avatar_url":"https://github.com/fastruby.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PR Unlabeler\n\nby FastRuby.io\n\n# How to:\n\nIf you want to remove the `ready-to-qa` label when the `ready-to-merge` label is added to a PR:\n\n```yml\n# .github/workflows/unlabel.yml\n\nname: Unlabel\non:\n  pull_request:\n    types: [labeled]\n\njobs:\n  create-review-app:\n    if: ${{ github.event.label.name == 'ready-to-merge' }}\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: fastruby/pr-unlabeler@v1\n        with:\n          label-to-remove: \"ready-to-qa\"\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n# Configuration\n\n## Inputs:\n\n### `label-to-remove`\n\nAny string that would match a valid label in the repo.\n\n# How to contribute:\n\n- Run `npm install` to get the needed dependencies\n- Before committing changes, remember to rebuild the final .js file with `npm run prepare`\n- Always commit the `dist/*` files\n- After pushing the changes, make a new release in GitHub so you can target that version in the workflow config\n\n\u003e To show debug messages in the action's log, you can add a repo secret with the key `ACTIONS_STEP_DEBUG` and the value `true`\n\nTODO:\n\n- Only allow interactions of collaborators to trigger the actions to prevent abuse.\n- Add linter/prettier\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastruby%2Fpr-unlabeler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastruby%2Fpr-unlabeler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastruby%2Fpr-unlabeler/lists"}