Skip to content

Commit 514cb79

Browse files
authored
Version 2.3.0 (#106)
This new version includes the fix for PRs with too many reviews and a more detailed rule explanation. Must be merged **after** #104 and #105 have been merged.
1 parent 5c058f0 commit 514cb79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ outputs:
3232

3333
runs:
3434
using: 'docker'
35-
image: 'Dockerfile'
35+
image: 'docker://ghcr.io/paritytech/review-bot/action:2.3.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "review-bot",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Have custom review rules for PRs with auto assignment",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)