{"id":13614733,"url":"https://github.com/behaviorbot/request-info","last_synced_at":"2025-10-23T15:31:50.009Z","repository":{"id":23305845,"uuid":"95467094","full_name":"behaviorbot/request-info","owner":"behaviorbot","description":"Requests more info from PRs/Issues with either the default title or a blank body","archived":false,"fork":false,"pushed_at":"2022-02-21T13:08:05.000Z","size":236,"stargazers_count":114,"open_issues_count":11,"forks_count":42,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-30T19:13:26.007Z","etag":null,"topics":["github-app","probot","probot-app"],"latest_commit_sha":null,"homepage":"https://github.com/apps/request-info","language":"JavaScript","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/behaviorbot.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}},"created_at":"2017-06-26T16:32:50.000Z","updated_at":"2024-08-22T13:41:33.000Z","dependencies_parsed_at":"2022-08-07T11:00:21.932Z","dependency_job_id":null,"html_url":"https://github.com/behaviorbot/request-info","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/behaviorbot%2Frequest-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behaviorbot%2Frequest-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behaviorbot%2Frequest-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behaviorbot%2Frequest-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behaviorbot","download_url":"https://codeload.github.com/behaviorbot/request-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852502,"owners_count":19376697,"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":["github-app","probot","probot-app"],"created_at":"2024-08-01T20:01:05.120Z","updated_at":"2025-10-23T15:31:49.661Z","avatar_url":"https://github.com/behaviorbot.png","language":"JavaScript","funding_links":[],"categories":["Bots"],"sub_categories":["Probot bots"],"readme":"# request-info\n\n\u003e a GitHub App built with [probot](https://github.com/probot/probot) that requests more info from newly opened Pull Requests and Issues that contain either default titles or whose description is left blank. It does so by taking data from a `.github/config.yml`.\n\n\u003cimg width=\"1041\" alt=\"screen shot 2017-07-07 at 3 32 01 pm\" src=\"https://user-images.githubusercontent.com/13410355/28132821-d37bf2a8-66f2-11e7-9e7b-5930ba65d67a.png\"\u003e\n\n## Usage\n\n1. Install the bot on the intended repositories. The plugin requires the following **Permissions and Events**:\n- Pull requests: **Read \u0026 Write**\n  - [x] check the box for **Pull Request** events\n- Issues: **Read \u0026 Write**\n  - [x] check the box for **Issue** events\n2. Add a `.github/config.yml` file that contains the following:\n\n```yml\n# Configuration for request-info - https://github.com/behaviorbot/request-info\n\n# *OPTIONAL* Comment to reply with\n# Can be either a string :\nrequestInfoReplyComment: \u003e\n  We would appreciate it if you could provide us with more info about this issue/pr!\n\n# Or an array:\n# requestInfoReplyComment:\n#  - Ah no! young blade! That was a trifle short!\n#  - Tell me more !\n#  - I am sure you can be more effusive\n\n\n# *OPTIONAL* default titles to check against for lack of descriptiveness\n# MUST BE ALL LOWERCASE\nrequestInfoDefaultTitles:\n  - update readme.md\n  - updates\n\n# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given\nrequestInfoLabelToAdd: needs-more-info\n\n# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates\n# Will fail if the issue's body is equal to a provided template\ncheckIssueTemplate: true\n\n# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template\n# Will fail if the pull request's body is equal to the provided template\ncheckPullRequestTemplate: true\n\n# *OPTIONAL* Only warn about insufficient information on these events type\n# Keys must be lowercase. Valid values are 'issue' and 'pullRequest'\nrequestInfoOn:\n  pullRequest: true\n  issue: true\n\n# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on\n# keys must be GitHub usernames\nrequestInfoUserstoExclude:\n  - hiimbex\n  - bexo\n```\n3. If you prefer not to add a `.github/config.yml` file, you can simply install the bot and it would comment on issues and pull requests that have empty bodies, with the comment:\n```\nThe maintainers of this repository would appreciate it if you could provide more information.\n```\n\n## Setup\n\n```\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\nSee [the probot deployment docs](https://github.com/probot/probot/blob/master/docs/deployment.md) if you would like to run your own instance of this plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehaviorbot%2Frequest-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehaviorbot%2Frequest-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehaviorbot%2Frequest-info/lists"}