Skip to content

Commit

Permalink
Merge pull request #338 from harmeetsingh11/feature/auto-author-assig…
Browse files Browse the repository at this point in the history
…n-workflow/issue-337

feat: add workflow for auto author assign
  • Loading branch information
shelcia authored Feb 4, 2024
2 parents 439c0ba + 69fde97 commit b379824
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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.1.0

0 comments on commit b379824

Please sign in to comment.