{"id":18410066,"url":"https://github.com/isomorphic-git/isomorphic-git-bot","last_synced_at":"2025-04-12T21:58:41.822Z","repository":{"id":66261850,"uuid":"151991173","full_name":"isomorphic-git/isomorphic-git-bot","owner":"isomorphic-git","description":"a Probot robot running on Glitch that sometimes helps out with PRs and such","archived":false,"fork":false,"pushed_at":"2019-03-31T14:32:28.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"glitch","last_synced_at":"2025-04-12T21:58:38.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/isomorphic-git.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}},"created_at":"2018-10-07T22:34:07.000Z","updated_at":"2019-01-16T19:26:45.000Z","dependencies_parsed_at":"2024-01-23T21:24:31.968Z","dependency_job_id":"b1fd28ac-dc1a-464c-abc7-2f40770881cd","html_url":"https://github.com/isomorphic-git/isomorphic-git-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/isomorphic-git%2Fisomorphic-git-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fisomorphic-git-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fisomorphic-git-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isomorphic-git%2Fisomorphic-git-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isomorphic-git","download_url":"https://codeload.github.com/isomorphic-git/isomorphic-git-bot/tar.gz/refs/heads/glitch","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637784,"owners_count":21137538,"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":[],"created_at":"2024-11-06T03:28:57.240Z","updated_at":"2025-04-12T21:58:41.799Z","avatar_url":"https://github.com/isomorphic-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# isomorphic-git-bot\n\nThe code is running live at [https://isomorphic-git-bot.glitch.me](https://isomorphic-git-bot.glitch.me)\n\nEdit / remix the code on [https://glitch.com/edit/#!/isomorphic-git-bot](https://glitch.com/edit/#!/isomorphic-git-bot).\n\n* * *\n\nThis is one of the \"bots\" that use the @isomorphic-git-bot account.\nRight now all it can do is run 'prettier-standard' against incoming PRs.\nHowever in the future it might do other clever things, such as create its own PRs similar to @dependabot.\n\n** Note: If you are reading this on Github, be aware the Github repo is a read-only mirror.**\n\nWhat follows is the original Probot README.\n\n* * *\n\nWelcome to Probot on Glitch\n=========================\n\nThis is the Glitch equivalent of running `create-probot-app` to generate a new probot app locally. Updates to your code will instantly deploy and update live.\n\n---\n\n## Getting Started\n\nTo get your own Glitch-hosted Probot up-and-running, follow these steps. If you need more detail, the [Probot Docs](https://probot.github.io/docs/development/#configuring-a-github-app) are a great place to go to learn more.\n\n1. [Configure a new app on Github](https://github.com/settings/apps/new).\n    - Hit the \"Show\" button on the top left of this page to find the URL. It will look something like `https://random-word.glitch.me/probot`, except the domain will be specific to your app.\n    - For the Webhook URL, use this URL (again, updating the domain to match yours): `https://random-word.glitch.me/`. Notice that we left off the `/probot`.\n    - For the Webhook Secret, just use \"development\".\n    until Step 4.\n    - Save your changes.\n    - On the **Permissions \u0026 webhooks** tab, add read and write permissions for issues.\n    - On the **Permissions \u0026 webhooks** tab, subscribe to **Issues** events.\n    - Save your changes.\n    - On the configuration page that comes up after saving, download your private key. It will be saved into a file named `my-app-name.2018-06-20.private-key.pem`, with your app name, and today's date.\n\n2. Click the **Install** tab, and install your app into one of your repositories.\n\n3. Click the **New File** button (at left) and type `.data/private-key.pem`. Then click **Add File**. Open a terminal, and from your download folder run `cat my-app-name.2018-06-20.private-key.pem | pbcopy` (except using your app's name and today's date). In the new file in Glitch, paste the contents of the clipboard.\n\n4. Edit the `.env` file (at left) with your app credentials. \n    - `APP_ID` can be found in the About section of your Github app.\n    - `WEBHOOK_SECRET` is the value you generated in Step 2.\n    - `PRIVATE_KEY_PATH=` should be set to `.data/private-key.pem`. \n    - `NODE_ENV=` should be set to `production`. \n\n5. Wait for app to load. A green `Live` label should show up next to the **Show** button when it's finished loading.\n\n6. Open a new issue in the repo where you installed your app, and watch for your app to reply!\n\n5. Head back to our [Webhook Docs](https://probot.github.io/docs/webhooks/) to learn how to start building your app.\n---\n      \n#### About Glitch\n\n**Glitch** is the friendly commmunity where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.\n\nFind out more [about Glitch](https://glitch.com/about).\n\nGlitch is made by [Fog Creek](https://fogcreek.com/)\n\\ ゜o゜)ノ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisomorphic-git%2Fisomorphic-git-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisomorphic-git%2Fisomorphic-git-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisomorphic-git%2Fisomorphic-git-bot/lists"}