Skip to content

Commit

Permalink
deploy: 7f13b8a
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Aug 22, 2023
1 parent d598004 commit 25a3556
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _docs/README/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en" class="height-full" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="/assets/dist/styles.css"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=jw3d9vxKo4"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=jw3d9vxKo4"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=jw3d9vxKo4"><link rel="manifest" href="/site.webmanifest?v=jw3d9vxKo4"><link rel="mask-icon" href="/safari-pinned-tab.svg?v=jw3d9vxKo4" color="#5bbad5"><link rel="shortcut icon" href="/favicon.ico?v=jw3d9vxKo4"><meta name="theme-color" content="#66cce0"><meta name="twitter:site" content="@ProbotTheRobot"><meta property="twitter:card" content="summary_large_image"><meta property="og:image" content="/assets/img/card.png"><meta property="og:image:height" content="1280"><meta property="og:image:width" content="630"><meta property="twitter:image:alt" content=""><meta property="og:image:type" content="image/png"><meta property="twitter:image" content="/assets/img/card.png"><meta property="twitter:image:height" content="1280"><meta property="twitter:image:width" content="630"><meta property="twitter:image:alt" content=""><meta property="twitter:image:type" content="image/png"><meta property="og:type" content="website"></head><body><div class="border-bottom"><div class="container-lg px-3"><div class="py-4 d-flex flex-justify-between"><h1 class="h4 lh-default"><a href="/" class="no-underline text-uppercase text-brand-blue-dark d-flex flex-items-center"><img class="mr-2 mt-n2" src="/assets/img/probot-head.png" width="36" height="36" alt=""> <span class="hide-sm">Probot</span></a></h1><nav class="text-bold text-right"><a class="text-inherit px-2 d-inline-block" href="/apps/">Apps</a> <a class="text-inherit px-2 d-inline-block" href="/docs/">Docs</a> <a class="text-inherit px-2 d-inline-block" href="/community/">Community</a></nav></div></div></div><div class="container-lg px-3 py-6"><div class="d-md-flex flex-md-row flex-md-row-reverse gutter-md-spacious"><div class="col-md-9 markdown-body p-md-6"><h1>Introduction</h1><p>If you've ever thought, &quot;wouldn't it be cool if GitHub could…&quot;; imma stop you right there. Most features can actually be added via <a href="https://docs.github.com/apps/">GitHub Apps</a>, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.</p><p><strong>Probot is a framework for building <a href="http://docs.github.com/apps">GitHub Apps</a> in <a href="https://nodejs.org/">Node.js</a></strong>. It aims to eliminate all the drudgery–like receiving and validating webhooks, and doing authentication handstands–so you can focus on the features you want to build.</p><p>Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:</p><ul><li><a href="/apps/similar-code-searcher">Similar Code Searcher</a> - Searches files similar with deleted code in Pull Request.</li><li><a href="/apps/check-group">Check Group</a> - Groups CI checks based on the sub-projects for monorepo projects.</li><li><a href="/apps/sentiment-bot">Sentiment Bot</a> - Replies to toxic comments with a maintainer designated reply and a link to the repo's code of conduct</li><li><a href="/apps/pull">Pull</a> - Keep your forks up-to-date.</li></ul><p>Check out the <a href="https://probot.github.io/apps/">featured apps</a> or <a href="https://github.com/search?q=topic%3Aprobot-app&amp;type=Repositories">browse more examples on GitHub</a></p><p>Ready to get started?</p><div class="d-flex border-bottom border-gray-light mt-6 mb-3 py-3 color-text-tertiary"><div class="col-6"><svg version="1.1" width="16" height="16" viewBox="0 0 16 16" class="octicon octicon-chevron-left v-align-text-bottom" aria-hidden="true"><path d="M9.78 12.78a.75.75 0 0 1-1.06 0L4.47 8.53a.75.75 0 0 1 0-1.06l4.25-4.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L6.06 8l3.72 3.72a.75.75 0 0 1 0 1.06Z"></path></svg> <a href="/docs/best-practices">Best practices</a></div><div class="col-6 text-right"><a href="/docs/"></a> <svg version="1.1" width="16" height="16" viewBox="0 0 16 16" class="octicon octicon-chevron-right v-align-text-bottom" aria-hidden="true"><path d="M6.22 3.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L9.94 8 6.22 4.28a.75.75 0 0 1 0-1.06Z"></path></svg></div></div><p class="alt-text-small color-text-tertiary">Found a mistake or want to help improve this documentation? <a href="https://github.com/probot/probot/edit/master/docs/">Suggest changes on GitHub</a></p></div><div id="toc" class="col-md-3 py-6"><div class="toc-wrap"><h2 class="h4">Getting Started</h2><ul class="mt-2 mb-4 list-style-none"><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/README">Introduction</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/hello-world">Hello World</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/development">Developing an app</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/webhooks">Receiving webhooks</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/github-api">Interacting with GitHub</a></li></ul><h2 class="h4">Advanced</h2><ul class="mt-2 mb-4 list-style-none"><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/configuration">Configuration</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/testing">Testing</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/simulating-webhooks">Simulate receiving webhooks</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/logging">Logging</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/deployment">Deployment</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/http">HTTP routes</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/pagination">Pagination</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/extensions">Extensions</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/persistence">Persistence</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/best-practices">Best practices</a></li></ul><h2 class="h4">Reference</h2><ul class="mt-2 mb-4 list-style-none"><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/classes/probot.Probot.html">Probot</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/classes/context.Context.html">context</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="http://octokit.github.io/rest.js/">context.octokit</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/modules/run.html">run</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/modules/create_node_middleware.html">createNodeMiddleware</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://docs.github.com/en/free-pro-team@latest/developers/webhooks-and-events/webhook-events-and-payloads">GitHub Webhook Events</a></li></ul></div></div></div></div><script src="/assets/js/anchor.min.js"></script><script type="text/javascript">anchors.options = {
<!doctype html><html lang="en" class="height-full" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="/assets/dist/styles.css"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=jw3d9vxKo4"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=jw3d9vxKo4"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=jw3d9vxKo4"><link rel="manifest" href="/site.webmanifest?v=jw3d9vxKo4"><link rel="mask-icon" href="/safari-pinned-tab.svg?v=jw3d9vxKo4" color="#5bbad5"><link rel="shortcut icon" href="/favicon.ico?v=jw3d9vxKo4"><meta name="theme-color" content="#66cce0"><meta name="twitter:site" content="@ProbotTheRobot"><meta property="twitter:card" content="summary_large_image"><meta property="og:image" content="/assets/img/card.png"><meta property="og:image:height" content="1280"><meta property="og:image:width" content="630"><meta property="twitter:image:alt" content=""><meta property="og:image:type" content="image/png"><meta property="twitter:image" content="/assets/img/card.png"><meta property="twitter:image:height" content="1280"><meta property="twitter:image:width" content="630"><meta property="twitter:image:alt" content=""><meta property="twitter:image:type" content="image/png"><meta property="og:type" content="website"></head><body><div class="border-bottom"><div class="container-lg px-3"><div class="py-4 d-flex flex-justify-between"><h1 class="h4 lh-default"><a href="/" class="no-underline text-uppercase text-brand-blue-dark d-flex flex-items-center"><img class="mr-2 mt-n2" src="/assets/img/probot-head.png" width="36" height="36" alt=""> <span class="hide-sm">Probot</span></a></h1><nav class="text-bold text-right"><a class="text-inherit px-2 d-inline-block" href="/apps/">Apps</a> <a class="text-inherit px-2 d-inline-block" href="/docs/">Docs</a> <a class="text-inherit px-2 d-inline-block" href="/community/">Community</a></nav></div></div></div><div class="container-lg px-3 py-6"><div class="d-md-flex flex-md-row flex-md-row-reverse gutter-md-spacious"><div class="col-md-9 markdown-body p-md-6"><h1>Introduction</h1><p>If you've ever thought, &quot;wouldn't it be cool if GitHub could…&quot;; imma stop you right there. Most features can actually be added via <a href="https://docs.github.com/apps/">GitHub Apps</a>, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.</p><p><strong>Probot is a framework for building <a href="http://docs.github.com/apps">GitHub Apps</a> in <a href="https://nodejs.org/">Node.js</a></strong>. It aims to eliminate all the drudgery–like receiving and validating webhooks, and doing authentication handstands–so you can focus on the features you want to build.</p><p>Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:</p><ul><li><a href="/apps/pull">Pull</a> - Keep your forks up-to-date.</li><li><a href="/apps/wip">Work In Progress</a> - Prevent merging of Pull Requests with "WIP" in the title</li><li><a href="/apps/auto-comment">Auto-comment</a> - Comments on new issues and pull requests based on your configuration.</li><li><a href="/apps/tap-release">Tap Release</a> - Update Homebrew taps when you publish new GitHub releases.</li></ul><p>Check out the <a href="https://probot.github.io/apps/">featured apps</a> or <a href="https://github.com/search?q=topic%3Aprobot-app&amp;type=Repositories">browse more examples on GitHub</a></p><p>Ready to get started?</p><div class="d-flex border-bottom border-gray-light mt-6 mb-3 py-3 color-text-tertiary"><div class="col-6"><svg version="1.1" width="16" height="16" viewBox="0 0 16 16" class="octicon octicon-chevron-left v-align-text-bottom" aria-hidden="true"><path d="M9.78 12.78a.75.75 0 0 1-1.06 0L4.47 8.53a.75.75 0 0 1 0-1.06l4.25-4.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L6.06 8l3.72 3.72a.75.75 0 0 1 0 1.06Z"></path></svg> <a href="/docs/best-practices">Best practices</a></div><div class="col-6 text-right"><a href="/docs/"></a> <svg version="1.1" width="16" height="16" viewBox="0 0 16 16" class="octicon octicon-chevron-right v-align-text-bottom" aria-hidden="true"><path d="M6.22 3.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L9.94 8 6.22 4.28a.75.75 0 0 1 0-1.06Z"></path></svg></div></div><p class="alt-text-small color-text-tertiary">Found a mistake or want to help improve this documentation? <a href="https://github.com/probot/probot/edit/master/docs/">Suggest changes on GitHub</a></p></div><div id="toc" class="col-md-3 py-6"><div class="toc-wrap"><h2 class="h4">Getting Started</h2><ul class="mt-2 mb-4 list-style-none"><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/README">Introduction</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/hello-world">Hello World</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/development">Developing an app</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/webhooks">Receiving webhooks</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/github-api">Interacting with GitHub</a></li></ul><h2 class="h4">Advanced</h2><ul class="mt-2 mb-4 list-style-none"><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/configuration">Configuration</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/testing">Testing</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/simulating-webhooks">Simulate receiving webhooks</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/logging">Logging</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/deployment">Deployment</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/http">HTTP routes</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/pagination">Pagination</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/extensions">Extensions</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/persistence">Persistence</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="/docs/best-practices">Best practices</a></li></ul><h2 class="h4">Reference</h2><ul class="mt-2 mb-4 list-style-none"><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/classes/probot.Probot.html">Probot</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/classes/context.Context.html">context</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="http://octokit.github.io/rest.js/">context.octokit</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/modules/run.html">run</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://probot.github.io/api/latest/modules/create_node_middleware.html">createNodeMiddleware</a></li><li><a class="d-block no-underline py-1 color-text-tertiary" href="https://docs.github.com/en/free-pro-team@latest/developers/webhooks-and-events/webhook-events-and-payloads">GitHub Webhook Events</a></li></ul></div></div></div></div><script src="/assets/js/anchor.min.js"></script><script type="text/javascript">anchors.options = {
placement: 'left',
class: 'color-text-secondary no-underline'
};
Expand Down
Loading

0 comments on commit 25a3556

Please sign in to comment.