Skip to content

Commit

Permalink
fix: revert to probot v12 (#657)
Browse files Browse the repository at this point in the history
- Revert "fix(deps): update probot to v13 (#631)"
- Revert "test: update to latest nock@beta (#655)"

see probot/probot#1973
  • Loading branch information
gr2m authored Feb 10, 2024
1 parent bc3d1bf commit cac2308
Show file tree
Hide file tree
Showing 4 changed files with 2,237 additions and 1,363 deletions.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { createNodeMiddleware, createProbot } = require("probot");

const app = require("../");
const probot = createProbot();
const middleware = createNodeMiddleware(app, { probot, webhooksPath: "/" });
const middleware = createNodeMiddleware(app, { probot });

/**
* Redirect `GET /` to `/stats`, pass `POST /` to Probot's middleware
Expand Down
Loading

0 comments on commit cac2308

Please sign in to comment.