From 8a747040cd6dc992b135c706e119c907c945784f Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Tue, 17 Oct 2023 12:03:42 +0200 Subject: [PATCH] Version 2.1.0 (#96) Release for version 2.1.0 integrating the new `workflow_run` event. --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c0cfeb4..0f12d46 100644 --- a/action.yml +++ b/action.yml @@ -29,4 +29,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/review-bot/action:2.0.1' + image: 'docker://ghcr.io/paritytech/review-bot/action:2.1.0' diff --git a/package.json b/package.json index 964ec18..1b294e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "2.0.1", + "version": "2.1.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {