Skip to content

Commit

Permalink
chore(action): create auto-author-assign.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead authored Jan 4, 2025
1 parent 1232655 commit 8ede750
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Auto Author Assign

on:
pull_request_target:
types: [ opened, reopened ]

jobs:
assign-author:
uses: longhorn/longhorn/.github/workflows/auto-author-assign.yml@master

0 comments on commit 8ede750

Please sign in to comment.