{"id":18889015,"url":"https://github.com/naver/simple-labeler","last_synced_at":"2025-07-21T03:04:13.870Z","repository":{"id":205072245,"uuid":"711864881","full_name":"naver/simple-labeler","owner":"naver","description":"PR에 자동으로 Label 을 추가해주는 간단한 Github Actions","archived":false,"fork":false,"pushed_at":"2024-11-15T09:06:18.000Z","size":448,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-14T23:29:55.853Z","etag":null,"topics":["dev-culture","github-actions","label","labeler-action","labeling-tool","pr-review","pull-request"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naver.png","metadata":{"files":{"readme":"README.en.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,"zenodo":null}},"created_at":"2023-10-30T10:29:14.000Z","updated_at":"2025-02-11T02:49:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"caa6856b-e5b4-4db7-8bb3-f507c9dacdc4","html_url":"https://github.com/naver/simple-labeler","commit_stats":null,"previous_names":["naver/simple-labeler"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/naver/simple-labeler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fsimple-labeler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fsimple-labeler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fsimple-labeler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fsimple-labeler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naver","download_url":"https://codeload.github.com/naver/simple-labeler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fsimple-labeler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266231769,"owners_count":23896475,"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":["dev-culture","github-actions","label","labeler-action","labeling-tool","pr-review","pull-request"],"created_at":"2024-11-08T07:47:05.170Z","updated_at":"2025-07-21T03:04:13.864Z","avatar_url":"https://github.com/naver.png","language":"TypeScript","readme":"# simple-labeler\n\n🌏 [**한국어**](README.md) | English\n\nGitHub Actions to automatically add a label to pull requests\n\n## Usage\n\n1. Create a `.github/workflows/simple-labeler.yml` file:\n\n```yml\nname: Simple Labeler\non:\n  pull_request:\n    types: [opened, ready_for_review]\njobs:\n  simple-labeler:\n    runs-on: [ubuntu-latest]\n    steps:\n      - name: Label to PR\n        uses: naver/simple-labeler@latest\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          labels: \"D-3\"\n          duplicate: \"D-*\"\n```\n\n2. Specify the events to trigger in `on`. In this example above, a label is added when a PR is created or transitioned from Draft to open status. (Note: it does not trigger on Draft PR creation.)\n3. When the specified event occurs, `simple-labeler` automatically adds the label specified in `labels`.\n\n## Inputs\n\n### `token`\n\n**Required** GitHub token\n\n### `labels`\n\n**Required** Labels to add when the event occurs, separated by commas(,)\n\n### `duplicate`\n\nIf a label matches this pattern(glob), no new label is added.\n\n## License\n```\nCopyright (c) 2023-present NAVER Corp.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fsimple-labeler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaver%2Fsimple-labeler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fsimple-labeler/lists"}