{"id":27320094,"url":"https://github.com/entria/graphql-vigilant-bot","last_synced_at":"2025-04-12T09:12:49.110Z","repository":{"id":80044563,"uuid":"95230699","full_name":"entria/graphql-vigilant-bot","owner":"entria","description":"Github Bot to find breaking changes in your schema.graphql","archived":false,"fork":false,"pushed_at":"2017-08-15T20:02:55.000Z","size":67,"stargazers_count":55,"open_issues_count":2,"forks_count":10,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-12T09:12:18.674Z","etag":null,"topics":["bot","breaking-changes","github-bot","graphql","webhook"],"latest_commit_sha":null,"homepage":"","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/entria.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null}},"created_at":"2017-06-23T15:04:44.000Z","updated_at":"2024-08-08T15:15:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a55df9c-49f9-484c-9560-c605e496d1c4","html_url":"https://github.com/entria/graphql-vigilant-bot","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/entria%2Fgraphql-vigilant-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entria%2Fgraphql-vigilant-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entria%2Fgraphql-vigilant-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entria%2Fgraphql-vigilant-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/entria","download_url":"https://codeload.github.com/entria/graphql-vigilant-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543847,"owners_count":21121838,"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":["bot","breaking-changes","github-bot","graphql","webhook"],"created_at":"2025-04-12T09:12:14.848Z","updated_at":"2025-04-12T09:12:49.099Z","avatar_url":"https://github.com/entria.png","language":"JavaScript","readme":"# GraphQLVigilantBot\n\n## Installation\nFirst clone this repository, then check `.env.example` for which environment variables\n you need to set before running this bot.\nWe recommend you to create a new GitHub account for your bot, which is going to be\n  used to author the comments.\n\nNow run\n```bash\nnpm install\nnpm start\n```\n\n### Using Docker\nA Dockerfile is also provided, you can use it to run the bot:\n\n```bash\ndocker build -t graphql-vigilant-bot .\ndocker run --env-file ./.env -p 7010:7010 graphql-vigilant-bot\n```\nOr use `docker-compose`:\n```bash\ndocker-compose up\n```\n\nThe bot will be available at http://localhost.\n\nYou can also deploy directly to Heroku:\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n## Setup\n\nYou need to add a webhook pointing to this bot, use `application/json` as \n the `Content Type`, and select the `Pull request` event.\nMake sure to set a secret, and keep note of it, you will need to add it to your `.env` file.\n\n## Development\n\nSince this bot depends on Github webhooks, we gonna need to use [ngrok](https://ngrok.com/download)\n to redirect the webhook request to our machine.\n\nRun:\n```bash\n./ngrok http $PORT\n```\n\nWhere `$PORT` is the port you are going to run the bot.\n\nGrab the `*.ngrok.io` URL and add it as webhook on your repo.\n\n### How it looks like\n\n \u003e Syntax Errors\n \u003e\n \u003e ![demo-1](./image/demo-image-1.png)\n \n \u003e Breaking Changes\n \u003e \n \u003e ![demo-2](./image/demo-image-2.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentria%2Fgraphql-vigilant-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentria%2Fgraphql-vigilant-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentria%2Fgraphql-vigilant-bot/lists"}