File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# auto-author-assign
4
4
5
- GitHub Actions: Assign pull request author automatically .
5
+ GitHub Actions: Automatically assign pull request authors .
6
6
7
7
![ OG image] ( ./img/auto-author-assign.jpg )
8
8
9
9
## Why this action?
10
10
11
- In most cases, pull request author should be assigned an assignee of the pull request.
11
+ In most cases, the pull request author should be assigned as an ** assignee** of the pull request.
12
12
13
- This action automatically assigns PR author as an assignee.
13
+ This action automatically assigns the pull request author as an assignee.
14
14
15
15
## Usage
16
16
48
48
49
49
If not specified, ` GITHUB_TOKEN` will be used by default.
50
50
51
- # # Enable auto-author-assign for the issues
51
+ # # Enable auto-author-assign for issues
52
52
53
- An issue author can be automatically assigned as an issue assignee.
53
+ An issue's author can be automatically assigned as an issue assignee.
54
54
55
55
- Add `issues` to the trigger
56
56
- Add `issues : write` to the permissions
70
70
...
71
71
` ` `
72
72
73
- # # Skip assigning author
73
+ # # Skip assigning the author
74
74
75
- `auto-author-assign` action skips assigning the author when :
75
+ The `auto-author-assign` action skips assigning the author when :
76
76
77
- - Someone is already assigned as an assignee
78
- - The author is a bot
77
+ 1. Someone is already assigned as an assignee
78
+ 1. The author is a bot
Original file line number Diff line number Diff line change 2
2
"name" : " auto-author-assign" ,
3
3
"version" : " 2.0.0" ,
4
4
"private" : true ,
5
- "description" : " GitHub Actions: Assign the pull request author automatically. " ,
5
+ "description" : " GitHub Actions: Automatically assign pull request authors " ,
6
6
"scripts" : {
7
7
"build" : " ncc build src/index.js" ,
8
8
"release" : " standard-version" ,
You can’t perform that action at this time.
0 commit comments