diff --git a/action.yml b/action.yml index 128e5e3..fb214a7 100644 --- a/action.yml +++ b/action.yml @@ -32,4 +32,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/review-bot/action:2.6.0' + image: 'docker://ghcr.io/paritytech/review-bot/action:2.7.0' diff --git a/package.json b/package.json index b7a9636..46a3fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "2.6.0", + "version": "2.7.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {