Skip to content

Commit 45a8288

Browse files
feat: add auto author assign for pr
- remove checklist in pr template
1 parent ddff3db commit 45a8288

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ Please provide a detailed description of what was done in this PR.
1313

1414
Please complete this section if any breaking changes have been made, otherwise delete it.
1515

16-
## Checklist
17-
18-
- [ ] I have assigned this PR to myself
19-
- [ ] I have added at least 1 reviewer
20-
- [ ] I have tested this code
21-
- [ ] I have added sufficient documentation in the code
22-
- [ ] I have added labels to this PR
23-
2416
## Additional comments
2517

2618
Please post additional comments in this section if you have them, otherwise delete it.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Auto Author Assign'
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
assign-author:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: toshimaru/[email protected]

0 commit comments

Comments
 (0)