Skip to content

Commit

Permalink
🔄 created local '.github/workflows/auto-author-assign.yml' from remot…
Browse files Browse the repository at this point in the history
…e '.github/workflows/auto-author-assign.yml'
  • Loading branch information
lwjohnst86 committed Nov 24, 2023
1 parent 17f0d63 commit 6c9482d
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 @@
# .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/auto-author-assign@v2.0.0

0 comments on commit 6c9482d

Please sign in to comment.