Skip to content

Commit

Permalink
build: author assign workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchitbajaj02 committed Jun 13, 2024
1 parent 8665772 commit a32eeeb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/author-assign.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Author Assign"
name: "Assign Author and Reviewers"

on:
pull_request_target:
Expand All @@ -13,8 +13,9 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Add Reviewers
uses: kentaro-m/auto-assign-action@v2.2.0
uses: kentaro-m/auto-assign-action@v2.0.0
with:
add-reviewers: true
reviewers: "sanchitbajaj02"
reviewers:
- sanchitbajaj02
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a32eeeb

Please sign in to comment.