Skip to content

Commit 5f91f42

Browse files
authored
Bump version to 0.10.0 (#81)
1 parent 4f89302 commit 5f91f42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
runs-on: ubuntu-latest
200200
steps:
201201
- name: Request review based on files changes and/or groups the author belongs to
202-
uses: necojackarc/auto-request-review@v0.9.0
202+
uses: necojackarc/auto-request-review@v0.10.0
203203
with:
204204
token: ${{ secrets.GITHUB_TOKEN }}
205205
config: .github/reviewers.yml # Config file location override

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-request-review",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "GitHub Action that automatically requests review of a pull request based on files changed",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)