Skip to content

Commit

Permalink
ci: Auto Assign PR to its author (Alovoa#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Jan 11, 2023
1 parent fe97314 commit ef90438
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/auto-author-assign.yml
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 ef90438

Please sign in to comment.