{"id":15093190,"url":"https://github.com/angular/github-robot","last_synced_at":"2025-10-06T11:31:39.928Z","repository":{"id":40468256,"uuid":"111608678","full_name":"angular/github-robot","owner":"angular","description":null,"archived":true,"fork":false,"pushed_at":"2022-11-16T15:34:26.000Z","size":1130,"stargazers_count":27,"open_issues_count":7,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-26T11:04:30.566Z","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/angular.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2017-11-21T22:30:45.000Z","updated_at":"2024-04-04T03:07:21.000Z","dependencies_parsed_at":"2023-01-21T06:20:42.578Z","dependency_job_id":null,"html_url":"https://github.com/angular/github-robot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fgithub-robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fgithub-robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fgithub-robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fgithub-robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular","download_url":"https://codeload.github.com/angular/github-robot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877267,"owners_count":16554853,"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-09-25T11:04:05.261Z","updated_at":"2025-10-06T11:31:34.561Z","avatar_url":"https://github.com/angular.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Robot\n\nA Bot built with [probot](https://github.com/probot/probot) to handle multiple tasks on Github\n\n## Dev setup\n\n```\n# Install dependencies\nyarn install\n\n# Run the bot\nnpm start\n```\n\n\n# Usage\nThis bot is only available for repositories of the [Angular organization](http://github.com/angular/).\nSee [docs/deploy.md](docs/deploy.md) if you would like to run your own instance.\n\n### Adding the bot:\n1. Create `.github/angular-robot.yml` based on the following template\n2. [Configure the Github App](https://github.com/apps/ngbot)\n3. It will start scanning for opened issues and pull requests to monitor\n\nA [`.github/angular-robot.yml`](test/fixtures/angular-robot.yml) file is required to enable the plugin. The file can be empty, or it can override any of these default settings.\n\n### Manual installation\nBy default the bot will automatically trigger its installation routines when you install it on a new repository.\nIf for some reason you need to trigger the init manually, you need to change the value `allowInit` to true in the admin / config database and then you can call the \"init\" function from Firebase functions. Don't forget to set `allowInit` to false after that.\n\n# Plugins\nThe bot is designed to run multiple plugins.\n\n### Merge plugin:\nThe merge plugin will monitor pull requests to check whether they are mergeable or not. It will:\n- check for conflicts with the base branch and add a comment when it happens\n- check for required labels using regexps\n- check for forbidden labels using regexps\n- check that required statuses are successful\n- add a status that is successful when all the checks pass\n- monitor the `PR action: merge` label (the name is configurable). If any of the checks is failing it will add a comment to list the reasons\n\nWhen you install the bot on a new repository, it will start scanning for opened PRs and monitor them.\n\nIt will **not**:\n- add a comment for existing merge labels\n- add a comment for conflicts until you push a new commit to the base branch\n- add the new merge status until the PR is synchronized (new commit pushed), labeled, unlabeled, or receives another status update\n\n### Triage plugin:\nThe triage plugin will triage issues. It will:\n- apply the default milestone when all required labels have been applied (= issue has been triaged)\n\n\n### Size plugin: \nThe size plugin will monitor build artifacts from circleci and determine if large chages have occured. It Will\n- retrieve artifacts from circleci and save them into the database\n- compare artifacts from PRs against ones stored in the database based on the artifact name to determine size increases\n- mark a PR as failed if the increase is larger than the amount configured (1000 bytes by default)\n- report the size of the largest increase or smallest decrease\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fgithub-robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular%2Fgithub-robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fgithub-robot/lists"}