{"id":15139827,"url":"https://github.com/probot/no-response","last_synced_at":"2025-09-29T08:31:45.856Z","repository":{"id":52698188,"uuid":"91020616","full_name":"probot/no-response","owner":"probot","description":"a GitHub App that closes issues where the author hasn't responded to a request for more information","archived":true,"fork":false,"pushed_at":"2021-07-13T16:35:48.000Z","size":390,"stargazers_count":107,"open_issues_count":13,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-09-22T12:33:09.349Z","etag":null,"topics":["github-app","probot-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/probot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-11T20:28:50.000Z","updated_at":"2023-11-02T06:08:33.000Z","dependencies_parsed_at":"2022-08-21T18:40:39.999Z","dependency_job_id":null,"html_url":"https://github.com/probot/no-response","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/probot%2Fno-response","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fno-response/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fno-response/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probot%2Fno-response/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probot","download_url":"https://codeload.github.com/probot/no-response/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219874021,"owners_count":16554538,"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-app"],"created_at":"2024-09-26T08:01:15.069Z","updated_at":"2025-09-29T08:31:40.511Z","avatar_url":"https://github.com/probot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ We no longer recommend using this app\n\nUse the action instead: https://github.com/lee-dohm/no-response\n\n# Probot: No Response\n\n\u003e a GitHub App built with [Probot](https://github.com/probot/probot) that closes Issues where the author hasn't responded to a request for more information.\n\n## Bot Workflow\n\nThe intent of this bot is to close issues that have not received a response to a maintainer's request for more information. Many times issues will be filed without enough information to be properly investigated. This allows maintainers to label an issue as requiring more information from the original author. If the information is not received in a timely manner, the issue will be closed. If the original author comes back and gives more information, the label is removed and the issue is reopened if necessary.\n\n### Scheduled\n\nOnce per hour, it searches for issues that are:\n\n* Open\n* Have a label named the same as the `responseRequiredLabel` value in the configuration\n* The `responseRequiredLabel` was applied more than `daysUntilClose` ago\n\nFor each issue found, it:\n\n1. If `closeComment` is not `false`, posts the contents of `closeComment`\n1. Closes the issue\n\n### `issue_comment` Event\n\nWhen an `issue_comment` event is received, if all of the following are true:\n\n* The author of the comment is the original author of the issue\n* The issue has a label named the same as the `responseRequiredLabel` value in the configuration\n\nIt will:\n\n1. Remove the `responseRequiredLabel`\n1. Reopen the issue if it was closed by someone other than the original author of the issue\n\n## Usage\n\n1. **[Configure the GitHub App](https://github.com/apps/no-response)**\n2. Create `.github/no-response.yml`\n\nA `.github/no-response.yml` file is required to enable the app. The file can be empty, or it can override any of these default settings:\n\n```yml\n# Configuration for probot-no-response - https://github.com/probot/no-response\n\n# Number of days of inactivity before an Issue is closed for lack of response\ndaysUntilClose: 14\n# Label requiring a response\nresponseRequiredLabel: more-information-needed\n# Comment to post when closing an Issue for lack of response. Set to `false` to disable\ncloseComment: \u003e\n  This issue has been automatically closed because there has been no response\n  to our request for more information from the original author. With only the\n  information that is currently in the issue, we don't have enough information\n  to take action. Please reach out if you have or find the answers we need so\n  that we can investigate further.\n```\n\nSee [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobot%2Fno-response","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobot%2Fno-response","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobot%2Fno-response/lists"}