Skip to content

Commit f4648c0

Browse files
committed
Release v2.0.0
1 parent 91af90e commit f4648c0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
add-reviews:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: kentaro-m/auto-assign-action@v1.2.6
8+
- uses: kentaro-m/auto-assign-action@v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
add-reviews:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: kentaro-m/auto-assign-action@v1.2.6
19+
- uses: kentaro-m/auto-assign-action@v2.0.0
2020
with:
2121
configuration-path: '.github/some_name_for_configs.yml' # Only needed if you use something other than .github/auto_assign.yml
2222
```

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-assign-action",
3-
"version": "1.2.6",
3+
"version": "2.0.0",
44
"description": "Add reviewers to pull requests when pull requests are opened.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)