From 514cb79d8a5c957192b516d337f55c4491680ae0 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 29 Nov 2023 18:52:13 +0100 Subject: [PATCH] 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. --- 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": {