Skip to content

Commit

Permalink
Create auto-assign.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul authored and GitHub committed May 2, 2022
1 parent 8f1e2e0 commit ef8498d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.1

0 comments on commit ef8498d

Please sign in to comment.