{"id":28413701,"url":"https://github.com/fabernovel/probot-pr-milestone","last_synced_at":"2025-09-05T21:40:52.197Z","repository":{"id":39020920,"uuid":"180399431","full_name":"faberNovel/probot-pr-milestone","owner":"faberNovel","description":"🤖 GitHub App that checks that all the pull requests are tagged with a GitHub milestone","archived":false,"fork":false,"pushed_at":"2023-03-03T19:36:45.000Z","size":12144,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-27T07:46:45.554Z","etag":null,"topics":["milestone","probot-app","pull-request"],"latest_commit_sha":null,"homepage":"http://github.com/apps/pr-milestone-checker/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faberNovel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-04-09T15:40:23.000Z","updated_at":"2021-10-12T19:00:46.000Z","dependencies_parsed_at":"2025-07-27T07:35:12.369Z","dependency_job_id":"0f815404-0673-4de2-ab11-acacdee83ca0","html_url":"https://github.com/faberNovel/probot-pr-milestone","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/faberNovel/probot-pr-milestone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faberNovel%2Fprobot-pr-milestone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faberNovel%2Fprobot-pr-milestone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faberNovel%2Fprobot-pr-milestone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faberNovel%2Fprobot-pr-milestone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faberNovel","download_url":"https://codeload.github.com/faberNovel/probot-pr-milestone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faberNovel%2Fprobot-pr-milestone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273826684,"owners_count":25175233,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["milestone","probot-app","pull-request"],"created_at":"2025-06-03T05:19:35.699Z","updated_at":"2025-09-05T21:40:52.167Z","avatar_url":"https://github.com/faberNovel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pr-milestone-checker\n\n\u003e A GitHub App built with [Probot](https://github.com/probot/probot) that checks that all the pull requests are tagged with a GitHub milestone.\n\n## Usage\n\nWhen a pull request is created/updated, this application checks whether it is properly [milestoned](https://help.github.com/en/articles/about-milestones).\n\n![Usage](./docs/img/usage.gif)\n\n\u003e By default status is only set when the milestone is/was missing.\n\nTo use this bot with [GitHub Actions](https://github.com/features/actions), the following workflow can be defined as `.github/workflows/pr-milestone-checker.yml` in your repository.\n\n```\nname: PR milestone\n\non: \n  issues:\n    types: ['milestoned', 'demilestoned']\n  pull_request:\n    types: ['opened', 'edited', 'synchronize']\n\njobs:\n  check_pr_milestone:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: zengularity/pr-milestone-checker@ghaction-1.0.x\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Setup\n\n```sh\n# Install dependencies\nnpm install\n\n# Run typescript\nnpm run build\n\n# Run the bot\nnpm start\n```\n\n[![CircleCI](https://circleci.com/gh/zengularity/probot-pr-milestone.svg?style=svg)](https://circleci.com/gh/zengularity/probot-pr-milestone)\n\n## Contributing\n\nIf you have suggestions for how this application could be improved, or want to report a bug, open an issue! We'd love all and any contributions.\n\nFor more, check out the [Contributing Guide](CONTRIBUTING.md).\n\n## License\n\n[ISC](LICENSE) © 2019 Zengularity (https://github.com/zengularity/probot-pr-milestone)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabernovel%2Fprobot-pr-milestone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabernovel%2Fprobot-pr-milestone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabernovel%2Fprobot-pr-milestone/lists"}