{"id":15140331,"url":"https://github.com/boyney123/auto-comment","last_synced_at":"2025-10-23T17:30:58.279Z","repository":{"id":83602221,"uuid":"139874194","full_name":"boyney123/auto-comment","owner":"boyney123","description":"A GitHub App built with Probot that automatically comments on issues and pull requests based on configuration ","archived":false,"fork":false,"pushed_at":"2019-09-26T14:00:33.000Z","size":56,"stargazers_count":26,"open_issues_count":5,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-27T08:02:26.067Z","etag":null,"topics":["comment","github-app","github-bot","probot"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/auto-comment","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/boyney123.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-05T16:19:27.000Z","updated_at":"2024-09-04T18:13:57.000Z","dependencies_parsed_at":"2023-07-07T22:30:38.360Z","dependency_job_id":null,"html_url":"https://github.com/boyney123/auto-comment","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/boyney123%2Fauto-comment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fauto-comment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fauto-comment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fauto-comment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boyney123","download_url":"https://codeload.github.com/boyney123/auto-comment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867985,"owners_count":16555808,"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":["comment","github-app","github-bot","probot"],"created_at":"2024-09-26T08:02:10.036Z","updated_at":"2025-10-23T17:30:57.913Z","avatar_url":"https://github.com/boyney123.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://avatars3.githubusercontent.com/in/14394?s=88\u0026amp;v=4\" width=\"64\"\u003e\n  \u003ch3 align=\"center\"\u003e\u003ca href=\"https://github.com/marketplace/auto-comment\"\u003eauto-comment\u003c/a\u003e\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eA GitHub App built with \u003ca href=\"https://github.com/probot/probot\"\u003eProbot\u003c/a\u003e that comments on new issues and pull requests based on your configuration.\u003cp\u003e\n  \u003cp align=\"center\"\u003e\u003ca href=\"https://travis-ci.org/boyney123/auto-comment\"\u003e\u003cimg src=\"https://img.shields.io/travis/boyney123/auto-comment/master.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/boyney123/auto-comment/\"\u003e\u003cimg src=\"https://img.shields.io/codecov/c/github/boyney123/auto-comment.svg\" alt=\"Codecov\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"MIT\"\u003e\u003c/a\u003e\n \n  \u003c/p\u003e\n\u003c/p\u003e\n\n![todo](./example.png)\n\n## Usage\n\nUsing **auto-comment** is simple. Once you've installed it in your repository you will need to setup your `.github/auto-comment.yml` file and **auto-comment** will do the rest.\n\n## Configuring for your project\n\nThere are a couple of configuration options that you will need to setup depending on what you want.\n\n```yml\n# Comment to a new issue.\nissuesOpened: \u003e\n  Thank you for raising an issue. We will try and get back to you as soon as possible.\n\n  Please make sure you have given us as much context as possible.\n\npullRequestOpened: \u003e\n  Thank you for raising your pull request.\n\n  Please make sure you have followed our contributing guidelines. We will review it as soon as possible.\n```\n\n### Available options for Issues\n\n| Name               | Description                                    |\n| ------------------ | ---------------------------------------------- |\n| issuesOpened       | Message when issues are created.               |\n| issuesClosed       | Message when be shown when the issue is closed |\n| issuesLabeled      | Message when issues are labeled                |\n| issuesUnlabeled    | Message when issues are unlabeled              |\n| issuesEdited       | Message when issues are edited                 |\n| issuesMilestoned   | Message when issues have been milestoned       |\n| issuesDemilestoned | Message when issues have been demilestoned     |\n| issuesClosed       | Message when issues are closed                 |\n| issuesReopened     | Message when issues are reopened               |\n| issuesAssigned     | Message when issues are assigned               |\n| issuesUnassigned   | Message when issues are unassigned             |\n\n### Available options for Pull Requests\n\n| Name                            | Description                                                    |\n| ------------------------------- | -------------------------------------------------------------- |\n| pullRequestOpened               | Message when pull requests are opened .                        |\n| pullRequestClosed               | Message when be shown when the issue is closed                 |\n| pullRequestReviewRequested      | Message when be shown when a reviewer has been requested       |\n| pullRequestReviewRequestRemoved | Message when be shown when a reviewer request has been removed |\n| pullRequestLabeled              | Message when pullRequest are labeled                           |\n| pullRequestUnlabeled            | Message when pullRequest are unlabeled                         |\n| pullRequestEdited               | Message when pullRequest are edited                            |\n| pullRequestClosed               | Message when pullRequest are closed                            |\n| pullRequestReopened             | Message when pullRequest are reopened                          |\n| pullRequestAssigned            | Message when pullRequests are assigned                         |\n| pullRequestUnassigned          | Message when pullRequests are unassigned                       |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyney123%2Fauto-comment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboyney123%2Fauto-comment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyney123%2Fauto-comment/lists"}