From abc3053663ba110dd6accd69ee88984db4cddc06 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 29 Nov 2023 15:11:07 +0100 Subject: [PATCH] prepared for version 2.3.0 This new version includes the fix for PRs with too many reviews and a more detailed rule explanation --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9689a0a..b6abce8 100644 --- a/action.yml +++ b/action.yml @@ -32,4 +32,4 @@ outputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/paritytech/review-bot/action:2.3.0' diff --git a/package.json b/package.json index 85d0fb1..82f640b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "2.2.0", + "version": "2.3.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {