Skip to content

Commit a6d59ad

Browse files
kentaro-mclaude
andauthored
chore: bump version to 2.0.1 (#254)
* chore: bump version to 2.0.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: update action version to v2.0.1 in examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5b05df9 commit a6d59ad

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@v2.0.0
8+
- uses: kentaro-m/auto-assign-action@v2.0.1

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@v2.0.0
19+
- uses: kentaro-m/auto-assign-action@v2.0.1
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Add reviewers to pull requests when pull requests are opened.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)