Skip to content

Tags: persianyagami/probot

Tags

v11.0.0-beta.3

Toggle v11.0.0-beta.3's commit message
feat(typescript): export `ApplicationFunctionOptions` type

addresses https://github.com/probot/probot/pull/1405\#issuecomment-731488088

v11.0.0-beta.2

Toggle v11.0.0-beta.2's commit message
fix: remove deprecation messages about no longer used environment var…

…iables "IGNORED_ACCOUNTS" and "DISABLE_STATS"

v11.0.0-beta.1

Toggle v11.0.0-beta.1's commit message
test: adapt for latest supertest

v10.18.0

Toggle v10.18.0's commit message
fix: load app function only once when using createNodeMiddleware (pro…

…bot#1432)

v10.18.0-beta.5

Toggle v10.18.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: load app function only once when using createNodeMiddleware (pro…

…bot#1432)

v10.18.0-beta.4

Toggle v10.18.0-beta.4's commit message
fix: `createProbot() without options

v10.18.0-beta.3

Toggle v10.18.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `createProbot()`, `createNodeMiddleware(app, { probot })`. Depr…

…ecates `getOptions`, `createNodeMiddleware(app, { Probot })` (probot#1431)

v10.18.0-beta.2

Toggle v10.18.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: `app.route()` with `(app) => {}` app function (probot#1430)

v10.17.3

Toggle v10.17.3's commit message
fix: `app.route()` with `(app) => {}` app function (probot#1430)

v10.18.0-beta.1

Toggle v10.18.0-beta.1's commit message
test: remove `test/fixtures/test-private-key.pem` from gitignore