Skip to content

Commit

Permalink
For PRs, automatically set the author
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 14, 2024
1 parent 12662f4 commit 61a144b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Author Assign

on:
pull_request_target:
types: [ opened, reopened ]

permissions:
pull-requests: write

jobs:
assign-author:
name: Auto assign PR
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.1.0

0 comments on commit 61a144b

Please sign in to comment.