feat: add auto author assign for pr
- remove checklist in pr template
This commit is contained in:
14
.github/workflows/auto-author-assign.yml
vendored
Normal file
14
.github/workflows/auto-author-assign.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user