Skip to content

Commit

Permalink
Bump version to v0.13.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
necojackarc committed Feb 3, 2024
1 parent 152733c commit e89da1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .mise.toml
@@ -0,0 +1,2 @@
[tools]
node = "20"
2 changes: 1 addition & 1 deletion README.md
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.12.0
uses: necojackarc/auto-request-review@v0.13.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
@@ -1,6 +1,6 @@
{
"name": "auto-request-review",
"version": "0.12.0",
"version": "0.13.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 e89da1a

Please sign in to comment.