{"id":18889025,"url":"https://github.com/naver/d-day-labeler","last_synced_at":"2025-04-14T23:23:48.825Z","repository":{"id":205072226,"uuid":"711864774","full_name":"naver/d-day-labeler","owner":"naver","description":"D-n 규칙에 따라 자동으로 Label 을 업데이트하는 Github Actions","archived":false,"fork":false,"pushed_at":"2024-11-15T09:06:48.000Z","size":434,"stargazers_count":39,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T11:21:19.750Z","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.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":"2023-10-30T10:28:59.000Z","updated_at":"2025-02-11T02:48:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"1cb9322c-04d1-4c71-b5d0-c598f8845fd6","html_url":"https://github.com/naver/d-day-labeler","commit_stats":null,"previous_names":["naver/d-day-labeler"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fd-day-labeler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fd-day-labeler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fd-day-labeler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naver%2Fd-day-labeler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naver","download_url":"https://codeload.github.com/naver/d-day-labeler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248976288,"owners_count":21192366,"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:06.622Z","updated_at":"2025-04-14T23:23:48.816Z","avatar_url":"https://github.com/naver.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# d-day-labeler\n\n🌏 한국어 | [**English**](README.en.md)\n\nD-n 규칙에 따라 자동으로 Label 을 업데이트하는 Github Actions\n\n## D-n 룰이란?\n\n코드 리뷰가 완료되어야 하는 시점을 D-n 형식의 Label 을 PR 에 추가해 표현하는 방식입니다.\n이를 통해 리뷰어는 리뷰 우선순위를 쉽게 판단하고 효율적으로 작업할 수 있습니다.\n\n- 3일 이내에 리뷰가 완료되어야 한다면 PR 에 `D-3` Label 을 추가합니다.\n- 긴급한 수정 사항이 발생한다면 `D-0` Label 을 사용하여 빠르게 리뷰를 수행하도록 합니다.\n\n이 Label 은 매일 갱신되어야 합니다. 이를 자동화하기 위해 해당 Github Action을 사용할 수 있습니다.\n\n## Usage\n\n1. 아래와 같이 `.github/workflows/d-day-labeler.yml` 파일을 작성합니다:\n```yml\nname: Update D-n Labels\non:\n  schedule:\n    - cron: '0 15 * * *' # 매일 밤 12시에 실행 (KST 기준)\njobs:\n  d-day-labeler:\n    runs-on: [ubuntu-latest]\n    steps:\n      - name: Update D-n Labels\n        uses: naver/d-day-labeler@latest\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n2. 원하는 PR에 D-n (예: D-5, D-3 등) 형식의 Label 을 추가합니다.\n3. GitHub Actions가 매일 자동으로 해당 Label 을 업데이트합니다.\n\n## Inputs\n\n### `token`\n\n**Required** GitHub에서 제공하는 토큰\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fd-day-labeler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaver%2Fd-day-labeler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaver%2Fd-day-labeler/lists"}