Skip to content

Commit

Permalink
feat: ✨ workflow that assigns PR author as assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Feb 26, 2024
1 parent 61343b0 commit dd24032
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-author-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .github/workflows/auto-author-assign.yml
# https://github.com/marketplace/actions/auto-author-assign
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 dd24032

Please sign in to comment.