File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66This action assigns reviewers to the pull request only created by the user.
1616 types : [opened]
1717
1818jobs :
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
4646Contributions, 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
5252Copyright © 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments