Aaron Dewes
7583bdf293
docs: Make examples ESM ( #1957 )
...
* docs: Make examples ESM
* Revert accidential change
2024-03-08 21:42:11 +01:00
wolfy1339
948a1b7147
feat: v13 ( #1874 )
...
BREAKING CHANGE: Drop support for NodeJS < 18
BREAKING CHANGE: replace node-fetch with the Fetch API
BREAKING CHANGE: default webhookPath is now /api/github/webhooks
BREAKING CHANGE: probot receive now only supports payloads in JSON format, previously also (unintionally) allowed JS.
closes #1643
---------
Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
Co-authored-by: Alexander Fortin <shaftoe@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
Co-authored-by: Aaron Dewes <aaron@runcitadel.space>
Co-authored-by: prettier-toc-me[bot] <56236715+prettier-toc-me[bot]@users.noreply.github.com>
Co-authored-by: Yaseen <9275716+ynx0@users.noreply.github.com>
2024-01-25 16:03:28 -05:00
Alex Tymchuk
12d9b05d4e
docs: wrong log call in `onError` method ( #1681 )
2022-04-26 13:43:36 -07:00
wolfy1339
9a24f9dcb5
feat: add `onAny` and `onError` methods from `@octokit/webhooks` ( #1480 )
...
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2021-03-01 10:14:14 -08:00
Gregor Martynus
42b043e588
feat: un-deprecate `(app) => {}`. Deprecate `({ app, getRouter }) => {}` in favor of `(app, { getRouter }) => {}` ( #1441 )
...
see discussion at https://github.com/probot/probot/issues/1286#issuecomment-744094299
2020-12-15 11:04:32 -08:00
Gregor Martynus
e2c35c20d6
docs(README): remove pull reminders badge
2020-12-07 10:54:03 -08:00
Gregor Martynus
cea4318106
docs: `context.github` is now `context.octokit`
2020-11-19 16:36:25 -08:00
Gregor Martynus
4bfae5a54f
feat: `(app) => {}` is now `({ app }) => {}` ( #1405 )
...
deprecates `(app) => {}`
2020-11-11 14:25:36 -08:00
Gregor Martynus
072b8c26b5
v10.0.0
...
CHANGELOG: https://github.com/probot/probot/releases/tag/v10.0.0
2020-09-01 10:09:40 -07:00
Gregor Martynus
e3f6cf583b
fix: revert "v9.14.0" ( #1314 )
...
This reverts commit ee65669677
.
It was merged accidentally and incorrectly using squash & merge, which resulted in a 9.x feature relaese instead of tagging the the latest 10.x release as latest
2020-08-21 10:46:00 -07:00
Gregor Martynus
ee65669677
feat: v10 ( #1310 )
2020-08-21 10:38:30 -07:00
Geoff Petrie
589f891feb
chore: Update README.md ( #1284 )
...
Just a quick PR to fix the links to GitHub Apps to the one that the current [link](https://developer.github.com/apps/ ) points to.
2020-07-27 13:52:00 -04:00
Gregor Martynus
7bddf159b5
docs(README): replace Travis CI badge with GH Actions badge
2020-01-21 06:02:31 -08:00
Gregor
9265609c91
docs(README): remove npm `@next` badge
2019-03-08 11:33:34 -08:00
Gregor
7582227266
docs(README): npm beta badge -> next badge
2019-03-08 11:18:18 -08:00
Gregor
e87187c3ba
docs(README): npm beta badge
2019-03-08 10:00:43 -08:00
Gregor Martynus
7d938d67fe
docs(README): fix link to travis
2019-01-10 11:21:56 -08:00
Abi Noda
f6d7bdcdfb
Add pull reminders badge to README ( #814 )
...
* docs: add pull reminders badge
* fix img alt attributre
2019-01-09 17:07:50 -05:00
Jason Etcovitch
1fc1e905b1
docs: Pretty readme ( #740 )
2018-10-19 17:10:25 -07:00
Tommy Byrd
be1d8568e4
Add some documentation about TS to README and CONTRIBUTING ( #590 )
...
* Add TS info to README
* Add info about ts compiler when running tests
* don't talk about compiling
* Simplify and Unbold
2018-06-28 12:24:04 -04:00
Abhijeet Singh
6c2cc02e83
doc: Update robot => app in README ( #586 )
2018-06-26 14:44:11 -05:00
Bex Warner
38da7388f5
Audit of readme based on maintainer audit feedback ( #526 )
...
* add building a probot app section + rm soc section
* the -> their
2018-05-13 15:32:56 -05:00
Richard Littauer
4524ada62c
docs: suggested changes from audit #522 ( #523 )
2018-05-13 01:16:43 -04:00
Brandon Keepers
c6696be05d
chore: Add twitter badge ( #482 )
2018-03-22 21:08:36 -05:00
Jason Etcovitch
22a1a8bc8d
docs(README): typo ( #449 )
2018-03-03 18:45:46 +00:00
Jason Etcovitch
f94ef2b5ed
docs: Add Summer of Code section to the README ( #448 )
...
* Add summer-of-code section
* RailsGirls -> Rails Girls
2018-03-03 13:43:33 -05:00
Jason Etcovitch
68ef6c08d4
Add example to README ( #361 )
2017-12-06 00:29:39 -05:00
Jason Etcovitch
c2d2da17ee
Enable Codecov ( #360 )
2017-12-05 10:22:40 -05:00
Jason Etcovitch
dbdf9a55e0
chore: Setup Appveyor ( #334 )
...
* Add appveyor.yml
* Add AppVeyor badge to README
2017-11-19 23:57:37 -05:00
Jerod Santo
0a26cfabef
Add Changelog episode badge to README ( #298 )
...
Links to: https://changelog.com/podcast/264
2017-10-19 08:34:05 -05:00
Teddy Katz
c37597d8ed
docs: improve visibility of documentation site ( #295 )
2017-10-16 18:58:51 -04:00
Jason Etcovitch
9dbc3d9f5c
chore(docs): Add ideas repo to README
2017-10-16 18:28:39 -04:00
Indrashish Ghosh
9b8df5c683
Added NPM version badge to readme.
...
Closes #267
2017-10-01 13:00:45 +05:30
Bex Warner
c11908ccfd
add travis ci badge
2017-09-22 17:30:50 +02:00
Brandon Keepers
38eb0b2601
Tweak README and docs to link to website
2017-09-07 12:09:22 -05:00
greenkeeper[bot]
89a14fd589
docs(readme): add Greenkeeper badge
2017-09-01 03:46:32 +00:00
Brandon Keepers
09f27fa33b
Update settings app name
2017-08-22 20:38:29 -05:00
Brandon Keepers
34e8bddfdd
Merge remote-tracking branch 'origin/master' into plugin-to-app
...
* origin/master:
The Slack chat channel on the Internet machine
Clean up link to slack channel
Add link to slack channel
Adds a line break
add test to ensure deprecation occurs
add version for deprecation to console.warn and inline comment
it's on the same tab
annoying space 💢
bot -> app
0 -> 1 silly markdown
Create CONTRIBUTING.md
Add linter extend to package.json
clarify REST API
use settings.yml
Update development.md
Fix urls to example apps
Fix link to example GitHub profile
Bumps webhook dep and adds webhookPath config
2017-08-22 18:29:44 -05:00
Brandon Keepers
c89be4fc85
The Slack chat channel on the Internet machine
2017-08-22 16:39:21 -05:00
Brandon Keepers
b6d44f0b9b
Clean up link to slack channel
2017-08-22 16:37:35 -05:00
Brandon Keepers
52cb593697
Add link to slack channel
2017-08-22 16:33:47 -05:00
Bex Warner
5322f03dd3
typo
2017-08-21 16:19:17 -07:00
Brandon Keepers
9dabb532ca
Rename plugin => app in docs
2017-08-20 10:42:51 -05:00
Brandon Keepers
fdfbaeafac
Update name from "GitHub Integrations" to "GitHub Apps"
2017-06-05 21:11:08 -05:00
Brandon Keepers
ff8aae5f26
a
2017-03-27 15:06:04 -05:00
Brandon Keepers
c3d80ea256
Tweak README
2017-03-19 23:19:09 -05:00
Brandon Keepers
c01224333d
Update all the docs
2017-03-13 22:26:59 -05:00
Brandon Keepers
e5c0ee9680
Add plugin docs
2017-03-12 10:48:09 -05:00
Brandon Keepers
cb3a3c2d10
WIP: readme
2017-03-11 22:50:33 -06:00
Johannes Nicolai
4ed502951d
Added two further examples and kept the original example in README.md
2016-12-07 19:04:27 +01:00