{"id":15140123,"url":"https://github.com/aavache/pull-request-limiter-app","last_synced_at":"2026-01-28T12:06:07.539Z","repository":{"id":193837907,"uuid":"689573116","full_name":"Aavache/pull-request-limiter-app","owner":"Aavache","description":"Github App for checking the size of Pull Requests ✅","archived":false,"fork":false,"pushed_at":"2023-09-10T08:49:45.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T16:21:43.736Z","etag":null,"topics":["addition","commit","deletion","github-actions","github-app","javascript","nodejs","probot","pull-requests"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Aavache.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-09-10T08:38:34.000Z","updated_at":"2023-09-24T08:34:08.000Z","dependencies_parsed_at":"2023-09-10T10:55:39.631Z","dependency_job_id":null,"html_url":"https://github.com/Aavache/pull-request-limiter-app","commit_stats":null,"previous_names":["aavache/limiter-app","aavache/pull-request-limiter-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavache%2Fpull-request-limiter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavache%2Fpull-request-limiter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavache%2Fpull-request-limiter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aavache%2Fpull-request-limiter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aavache","download_url":"https://codeload.github.com/Aavache/pull-request-limiter-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471297,"owners_count":20944153,"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":["addition","commit","deletion","github-actions","github-app","javascript","nodejs","probot","pull-requests"],"created_at":"2024-09-26T08:01:29.083Z","updated_at":"2026-01-28T12:06:07.499Z","avatar_url":"https://github.com/Aavache.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"600\" height=\"300\" src=\"img/limiter.png\"\u003e\n\u003c/p\u003e\n\n# Limiter PR Github App ✅\n\nHaving small PRs is desirable for more modularized feature development and ensuring a better review. If you feel identified with this feature for your own projects, this is your App. \n\nThis App is a pull-request check suite subject to the number of:\n- Line additions\n- Line deletions\n- Commits\n- Changed files\n\nThis Github App is built with [Probot](https://github.com/probot/probot).\n\n\n## Hosting the App\n\nCurrently, this app is NOT hosted at the moment, but your could run the server as\n\n```sh\ncd limiter-app/\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nMake sure to update `limiter-app/.env`.\n\n## Docker\n\n```sh\n# 1. Build container\ndocker build -t limiter-app .\n\n# 2. Start container\ndocker run -e APP_ID=\u003capp-id\u003e -e PRIVATE_KEY=\u003cpem-value\u003e limiter-app\n```\n\n## Configure your repository\n\n1. Add a `yaml` file in your repo at `.github/pr-limiter.yml`, with the following options, feel free to adjust the values to your specs:\n\n```yaml\n# Max number of added lines in PR, set to -1 to not apply any addition constraints\nmaxAdditions: 200\n# Max number of deleted lines in PR, set to -1 to not apply any deletion constraints\nmaxDeletions: 14\n# Max number of commits in PR, set to -1 to not apply any commit constraints\nmaxCommits: 250\n# Max number of changed files in PR, set to -1 to not apply any file-related constra\nmaxChangedFiles: 15\n# PRs with these labels will bypass all constraints\nexemptLabels:\n  - large_pr\n# PRs names starting with the following strings will bypass all constraints\nexemptPRPrefix:\n  - big-feature\n```\n\n2. This app requires a few permissions to be installed, accept them to proceed.\n\n## Contributing\n\nIf you have suggestions for how limiter-app 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) © 2023 Aaron Valero\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavache%2Fpull-request-limiter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faavache%2Fpull-request-limiter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faavache%2Fpull-request-limiter-app/lists"}