Skip to content

Commit

Permalink
Auto assign (#23)
Browse files Browse the repository at this point in the history
* test auto-assign workflow

* change action

* fix

* new action

* change on values

* remove issues trigger
  • Loading branch information
JTaeuber authored Sep 13, 2024
1 parent 7815c1f commit 74d6e79
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Author Assign

on:
pull_request:
types: [opened, reopened]

permissions:
issues: write
pull-requests: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.1.1

0 comments on commit 74d6e79

Please sign in to comment.