Merge pull request #4870 from consul/auto_assign
Assign pull request author automatically
This commit is contained in:
16
.github/workflows/auto-author-assign.yml
vendored
Normal file
16
.github/workflows/auto-author-assign.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Assignment management
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, reopened]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
assign-author:
|
||||
name: Auto-assign pull request author
|
||||
if: github.repository_owner == 'consul'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: toshimaru/auto-author-assign@v1.4.0
|
||||
Reference in New Issue
Block a user