chore: workflow to autoassign PR (#2604)

This commit is contained in:
Prem Chaitanya Prathi 2024-04-19 14:28:46 +05:30 committed by GitHub
parent 768c61b114
commit 10d36c392b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
.github/workflows/auto_assign_pr.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Auto Assign PR to Creator
on:
pull_request:
types:
- opened
jobs:
assign_creator:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2