{"id":15140247,"url":"https://github.com/offu/close-issue-app","last_synced_at":"2025-10-23T15:31:49.702Z","repository":{"id":33557937,"uuid":"135093459","full_name":"offu/close-issue-app","owner":"offu","description":"A github app to close issue","archived":false,"fork":false,"pushed_at":"2024-03-20T20:43:43.000Z","size":2218,"stargazers_count":37,"open_issues_count":33,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-27T00:12:12.487Z","etag":null,"topics":["github-app","issue-bot","probot","probot-app"],"latest_commit_sha":null,"homepage":"https://github.com/apps/close-issue-app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/offu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2018-05-28T00:59:31.000Z","updated_at":"2024-03-30T06:26:30.901Z","dependencies_parsed_at":"2023-12-20T15:46:36.850Z","dependency_job_id":"b86bb732-ab6c-4af8-8445-a978504527b2","html_url":"https://github.com/offu/close-issue-app","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/offu%2Fclose-issue-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offu%2Fclose-issue-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offu%2Fclose-issue-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offu%2Fclose-issue-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offu","download_url":"https://codeload.github.com/offu/close-issue-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868021,"owners_count":16555801,"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","issue-bot","probot","probot-app"],"created_at":"2024-09-26T08:01:45.924Z","updated_at":"2025-10-23T15:31:49.234Z","avatar_url":"https://github.com/offu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Close Issue App\n[![Build Status](https://github.com/offu/close-issue-app/workflows/Run%20tests/badge.svg)](https://github.com/offu/close-issue-app/actions)\n[![codecov](https://codecov.io/gh/offu/close-issue-app/branch/master/graph/badge.svg)](https://codecov.io/gh/offu/close-issue-app)  \nAn app to close issues.\n### What It Does\nThe app will check new opened and reopened issues if they include some specific contents. Issues not passed will be commented then closed.\n### Usage\n1. Create a `.github/issue-close-app.yml` file in your repo. Here's an example:  \n``` yaml\n# Comment that will be sent if an issue is judged to be closed.\ncomment: \"This issue is closed because it does not meet our issue template. Please read it.\"\nissueConfigs:\n# There can be several configs for different kind of issues.\n- content:\n# Example 1: bug report\n  - \"Expected Behavior\"\n  - \"Current Behavior\"\n  - \"Steps to Reproduce\"\n  - \"Detailed Description\"\n- content:\n# Example 2: feature request\n  - \"Motivation / Use Case\"\n  - \"Expected Behavior\"\n  - \"Other Information\"\n# Optional configuration:\n#\n# whether the keywords are case-insensitive\n# default value is false, which means keywords are case-sensitive\ncaseInsensitive: false\n# the label that will be added when the bot close an issue\n# The bot will only add a label if this property is set.\nlabel: \"closed by bot\"\n# The bot will ignore any issues that are opened or reopened by the user names in exception\nexception:\n  - \"username1\"\n  - \"username2\"\n# The issue is judged to be legal if it includes all keywords from any of these two configs.\n# Or it will be closed by the app.\n```\nThe config file is **required** to run this app. If the app can not find a valid config file, it will ignore requests from the repo.  \n2. Install the [close-issue-app](https://github.com/apps/close-issue-app).  \n3. Enjoy!\n\n### Deployment\nRead [probot docs](https://probot.github.io/docs/deployment/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffu%2Fclose-issue-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffu%2Fclose-issue-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffu%2Fclose-issue-app/lists"}