Skip to content

Commit a9d2847

Browse files
authored
Merge pull request #3 from praha-inc/feature/rename-repository
assign-reviewer→auto-pr-assignにリネーム
2 parents ad90edb + f63a083 commit a9d2847

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# action-assign-reviewers
1+
# action-auto-pr-assign
2+
3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- a49f13b: assign-reviewer→auto-pr-assign にリネーム
28

39
## 1.1.0
410

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# action-assign-reviewers
1+
# action-auto-pr-assign
22

3-
[![license](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/praha-inc/action-assign-reviewers/blob/main/LICENSE)
3+
[![license](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/praha-inc/action-auto-pr-assign/blob/main/LICENSE)
44
[![Github](https://img.shields.io/github/followers/praha-inc?label=Follow&logo=github&style=social)](https://github.com/orgs/praha-inc/followers)
55

66
This action assigns reviewers to the pull request only created by the user.
@@ -16,12 +16,12 @@ on:
1616
types: [opened]
1717

1818
jobs:
19-
assign-reviewers:
19+
auto-pr-assign:
2020
runs-on: ubuntu-latest
2121
permissions:
2222
pull-requests: write
2323
steps:
24-
- uses: praha-inc/action-assign-reviewers@v1.0.1
24+
- uses: praha-inc/action-auto-pr-assign@v1.2.0
2525
with:
2626
exclude: |
2727
dependabot[bot]
@@ -45,10 +45,10 @@ The action assigns reviewers to the pull request.
4545

4646
Contributions, issues and feature requests are welcome.
4747

48-
Feel free to check [issues page](https://github.com/praha-inc/action-assign-reviewers/issues) if you want to contribute.
48+
Feel free to check [issues page](https://github.com/praha-inc/action-auto-pr-assign/issues) if you want to contribute.
4949

5050
## 📝 License
5151

5252
Copyright © 2020 [PrAha](https://www.praha-inc.com/).
5353

54-
This project is [```MIT```](https://github.com/praha-inc/action-assign-reviewers/blob/main/LICENSE) licensed.
54+
This project is [```MIT```](https://github.com/praha-inc/action-auto-pr-assign/blob/main/LICENSE) licensed.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "action-assign-reviewers",
3-
"version": "1.1.0",
2+
"name": "action-auto-pr-assign",
3+
"version": "1.2.0",
44
"scripts": {
55
"build": "ncc build src/index.ts --out dist --transpile-only --minify",
66
"test": "vitest --run",

0 commit comments

Comments
 (0)