[FEAT] auto add assignee
This commit is contained in:
parent
a0a35efeaf
commit
9da5f589db
15
.github/workflows/assign-pr-author.yml
vendored
Normal file
15
.github/workflows/assign-pr-author.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: "Assign PR Author as Assignee"
|
||||||
|
|
||||||
|
"on":
|
||||||
|
pull_request:
|
||||||
|
types: [opened, ready_for_review, reopened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
assign-pr-author-as-assignee:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: "Assign Author as Assignee"
|
||||||
|
uses: itsOliverBott/assign-pr-author-as-assignee@latest
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user