Log inSign up
Probot
116 posts
@ProbotTheRobot

Probot

@ProbotTheRobot
GitHub Apps to automate and improve your workflow
GitHub
probot.github.io
Joined September 2017
7
Following
1,063
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • Pinned
    @ProbotTheRobot
    Probot
    @ProbotTheRobot
    Nov 25, 2020
    ❓ Are you deploying Probot to a serverless/function environment, or would you like to? Please share your thoughts on these upcoming APIs
    Image
    Milestone: serverless/function runtime · Issue #1286 · probot/probot
    From github.com
    1
  • @ProbotTheRobot
    Probot
    @ProbotTheRobot
    Nov 21, 2023
    Probot v13 is around the corner! Please test your apps: npm install probot@beta Report back if things break or run smoothly at
    Image
    feat: v13 by wolfy1339 · Pull Request #1874 · probot/probot
    From github.com
  • @ProbotTheRobot
    Probot
    @ProbotTheRobot
    Jun 3, 2022
    Olá Mundo!
  • @ProbotTheRobot
    Probot
    @ProbotTheRobot
    Oct 8, 2021
    How to extend GitHub and improve your workflow with GitHub Apps (using Probot) 🖋 by @p_mbanugo
    Image
    How to extend GitHub and improve your workflow with GitHub Apps
    From dev.to
  • @ProbotTheRobot
    Probot
    @ProbotTheRobot
    Nov 24, 2020
    What's the simplest, most minimal common denominator way to deploy a stateless request/response function with 3rd party library imports to AWS lambda?
    import { createMiddleware, envToOptions } from "probot"

async function myApp({ app }) {
  app.on('issues.opened', async ({ issue, octokit }) => {
    const params = issue({ body: 'Hello World!' })
    await context.octokit.issues.createComment(params)
  })
}

export default createMiddleware(myApp, envToOptions())
Advertisement
Advertisement