Gregor Martynus
Gregor Martynus
## Feature Request **Is your feature request related to a problem? Please describe.** When deploying a probot app as a cluster or a serverless deployment, new installation access tokens are...
Follow up to https://github.com/probot/probot/pull/1332 Make sure that `GHE_HOST` is taken into account, see https://github.com/probot/probot/issues/1556 The `probot receive` command is currently not covered by any tests
follow up to https://github.com/probot/probot/pull/1544#discussion_r642514221 /cc @kammerjaeger
follow up to https://github.com/probot/probot/issues/1498 ## Feature Request **Is your feature request related to a problem? Please describe.** When we created Probot, it was built as a custom express server that...
Started to fail with via updates in https://github.com/probot/probot/pull/1438 ``` npx tsd node_modules/update-dotenv/index.d.ts:7:0 ✖ 7:0 An export assignment cannot be used in a module with other exported elements. 1 error ```
follow up to https://github.com/probot/probot/issues/1309 I found at least one cause of it: the Redis connection created in some of the tests in `index.test.ts`
follow up to https://github.com/probot/probot/issues/1309
In Probot v9 and v10, we had a hook which checked if the app registration has the event enabled that the app subscribes to via `app.on()`. This only works with...
follow up to https://github.com/probot/probot/issues/1309 See current implementation at https://github.com/probot/probot/blob/2b30518fbda0adc5a0e06a89ecdc4099a8b229fa/src/apps/setup.ts Create a new command for the probot binary: `probot setup`. To be discussed: Instead of getting into the setup mode automatically,...
# Preview  Created with https://excalidraw.com/. You can open the `probot-architecture.json` file and edit it Follow up to https://github.com/probot/probot/issues/1452#issuecomment-753528053 /cc @shaftoe Note that `@probot/server` and `@probot/app` do not yet...