Skip to content

Commit

Permalink
chore(actions): auto-assign PR author as assignee (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi authored Apr 23, 2023
1 parent 4708815 commit 0300f68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/auto-assignee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Add assignee to PRs
on:
pull_request:
types: [ opened, reopened ]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@2daaeb2988aef24bf37e636fe733f365c046aba0

0 comments on commit 0300f68

Please sign in to comment.