From 831ff6904d7fe5d82c60c4da84f0347bf6af753a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Jun 2023 14:55:53 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 618741a..b915723 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: johnmanjiro13/auto-reviewer-assign@v0.1.2 + - uses: johnmanjiro13/auto-reviewer-assign@v0.1.3 with: token: ${{ secrets.GITHUB_TOKEN }} ``` From 882b7c4405eef1a7beda52643684282de6aecd58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Jun 2023 14:55:54 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3732b2f..b6453af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.1.3](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.2...v0.1.3) - 2023-06-23 +- chore(deps): update node.js to v16.20.1 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/14 + ## [v0.1.2](https://github.com/johnmanjiro13/auto-reviewer-assign/compare/v0.1.1...v0.1.2) - 2023-06-21 - feat: Allow to match filenames with a period if paths have wildcards by @johnmanjiro13 in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/10 - chore(deps): update node.js to v16.20.1 by @renovate in https://github.com/johnmanjiro13/auto-reviewer-assign/pull/12