Skip to content

Commit

Permalink
Bump version to v0.12.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
necojackarc committed May 24, 2023
1 parent 6aa3ce1 commit 6a51ceb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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.11.0
uses: necojackarc/auto-request-review@v0.12.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml # Config file location override
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-request-review",
"version": "0.11.0",
"version": "0.12.0",
"description": "GitHub Action that automatically requests review of a pull request based on files changed",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6a51ceb

Please sign in to comment.