Skip to content

Commit 6cfc93b

Browse files
authored
Upgrade to Hubot 11 (#238)
2 parents c1b6d92 + f9cc638 commit 6cfc93b

21 files changed

+9517
-6651
lines changed

.github/workflows/nodejs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: ["14.x", "16.x", "18.x", "20.x"]
17+
node-version: ["20.x"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ in development
66
* Use Github Actions for tests.
77
* Remove TravisCI.
88

9+
0.13.0
10+
------
11+
12+
* Require nodejs 20, Hubot 11. Drop coffee script
13+
* With slack related deprecations, hubot libary archiving/deprecations, version 13 only supports slack.
14+
* Remove other providers that have old dependencies and are not actively maintained.
15+
* Allow responding in a thread for the ack/result in slack (improvement) #237
16+
917
0.12.0
1018
------
1119

0 commit comments

Comments
 (0)