mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Create auto_author_assign.yml (#6696)
This commit is contained in:
parent
ffc7d8dcc3
commit
7b82dbbdf6
15
.github/workflows/auto_author_assign.yml
vendored
Normal file
15
.github/workflows/auto_author_assign.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# https://github.com/marketplace/actions/auto-author-assign
|
||||
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.6.2
|
Loading…
Reference in New Issue
Block a user