Skip to content

Commit

Permalink
Merge pull request #39 from steno-aarhus/feat/github-action-auto-auth…
Browse files Browse the repository at this point in the history
…or-assign

feat: ✨ workflow that assigns PR author as assignee
  • Loading branch information
signekb committed Feb 26, 2024
2 parents 61343b0 + dd24032 commit 67bf973
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 67bf973

Please sign in to comment.