From fd71cbfeec5f844e030e4d3d36f3572a450b3562 Mon Sep 17 00:00:00 2001 From: necojackarc Date: Tue, 11 Oct 2022 18:22:18 +0100 Subject: [PATCH] Bump to v0.8.0 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87a72fe..ce17090 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Request review based on files changes and/or groups the author belongs to - uses: necojackarc/auto-request-review@v0.7.0 + uses: necojackarc/auto-request-review@v0.8.0 with: token: ${{ secrets.GITHUB_TOKEN }} config: .github/reviewers.yml # Config file location override diff --git a/package-lock.json b/package-lock.json index 428d1b9..4892a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auto-request-review", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auto-request-review", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index c9ee575..ca7d8f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-request-review", - "version": "0.7.0", + "version": "0.8.0", "description": "GitHub Action that automatically requests review of a pull request based on files changed", "main": "index.js", "scripts": {