{"id":19982346,"url":"https://github.com/netlify/pr-labeler-action","last_synced_at":"2026-03-15T08:09:38.122Z","repository":{"id":36970473,"uuid":"263382534","full_name":"netlify/pr-labeler-action","owner":"netlify","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-24T00:34:24.000Z","size":1451,"stargazers_count":4,"open_issues_count":14,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-25T20:05:32.932Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-05-12T15:52:51.000Z","updated_at":"2025-02-17T05:07:17.000Z","dependencies_parsed_at":"2023-10-02T04:51:56.567Z","dependency_job_id":"cdf58586-7497-4839-85a0-317a2b694fb5","html_url":"https://github.com/netlify/pr-labeler-action","commit_stats":{"total_commits":501,"total_committers":9,"mean_commits":"55.666666666666664","dds":"0.38522954091816364","last_synced_commit":"ad1de7e9c9036b0e5a94737a56305b5c38c7a96c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fpr-labeler-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fpr-labeler-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fpr-labeler-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fpr-labeler-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify","download_url":"https://codeload.github.com/netlify/pr-labeler-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252293082,"owners_count":21724960,"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-13T04:10:49.716Z","updated_at":"2026-03-15T08:09:33.089Z","avatar_url":"https://github.com/netlify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pr-labeler-action\n\nExample usage:\n\nCreate a `.github/workflows/labeler.yml` file with the content of:\n\n```yaml\nname: Label PR\non:\n  pull_request:\n    types: [opened, edited]\n\njobs:\n  label-pr:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: netlify/pr-labeler-action@v1.0.0\n        if: startsWith(github.event.pull_request.title, 'fix')\n        with:\n          token: '${{ secrets.GITHUB_TOKEN }}'\n          label: 'type: bug'\n      - uses: netlify/pr-labeler-action@v1.0.0\n        if: startsWith(github.event.pull_request.title, 'chore')\n        with:\n          token: '${{ secrets.GITHUB_TOKEN }}'\n          label: 'type: chore'\n      - uses: netlify/pr-labeler-action@v1.0.0\n        if: startsWith(github.event.pull_request.title, 'feat')\n        with:\n          token: '${{ secrets.GITHUB_TOKEN }}'\n          label: 'type: feature'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Fpr-labeler-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify%2Fpr-labeler-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Fpr-labeler-action/lists"}