Skip to content

Commit

Permalink
chore: auto assign assignees of PR's πŸ§‘β€πŸ’Ό (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
wflore19 committed Jul 12, 2024
1 parent 5e2f6e3 commit 042f02d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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/[email protected]

0 comments on commit 042f02d

Please sign in to comment.