feat: add auto author assign for pr

- remove checklist in pr template
This commit is contained in:
Coline
2022-02-25 14:52:57 +01:00
committed by Coline Seguret
parent ddff3db06e
commit 45a82881a3
2 changed files with 14 additions and 8 deletions

View File

@@ -13,14 +13,6 @@ Please provide a detailed description of what was done in this PR.
Please complete this section if any breaking changes have been made, otherwise delete it.
## Checklist
- [ ] I have assigned this PR to myself
- [ ] I have added at least 1 reviewer
- [ ] I have tested this code
- [ ] I have added sufficient documentation in the code
- [ ] I have added labels to this PR
## Additional comments
Please post additional comments in this section if you have them, otherwise delete it.

View File

@@ -0,0 +1,14 @@
name: 'Auto Author Assign'
on:
pull_request_target:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.4.0