Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 8a14589

Browse files
authored
Merge pull request #98 from godaddy/probot12
Update to probot@12
2 parents d5e952e + e824fa4 commit 8a14589

File tree

3 files changed

+46
-33
lines changed

3 files changed

+46
-33
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 6.0.0-alpha.1
4+
5+
- **MAJOR:** Update to `probot@12`
6+
37
## 6.0.0-alpha.0
48

59
- **MAJOR:** Convert to ES Modules

package-lock.json

Lines changed: 39 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "pullie",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"type": "module",
55
"description": "A GitHub bot that makes your PRs better",
66
"author": "GoDaddy.com Operating Company, LLC",
77
"maintainers": [
8-
"Jonathan Keslin <jkeslin@godaddy.com>"
8+
"Jonathan Keslin <github@jonathankeslin.com>"
99
],
1010
"license": "MIT",
1111
"repository": {
@@ -42,7 +42,7 @@
4242
"node-fetch": "^2.6.1",
4343
"p-reduce": "^3.0.0",
4444
"prismjs": "^1.24.1",
45-
"probot": "^11.4.1",
45+
"probot": "^12.1.0",
4646
"resolve-cwd": "^3.0.0"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)