Skip to content

Commit

Permalink
Merge pull request #272 from Vikash-8090-Yadav/Vikash-8090-Yadav-patc…
Browse files Browse the repository at this point in the history
…h-12

Update AutoAssignReviewers.yml
  • Loading branch information
Vikash-8090-Yadav authored Mar 8, 2023
2 parents 1993a60 + 76f7928 commit 2f82b50
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/AutoAssignReviewers.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: "Auto Assign"
name: Auto Assign Reviewer
on:
- pull_request

jobs:
pull_request:

jobs:
assign_reviewer:
permissions: write-all
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: shufo/[email protected]
with:
config: ".github/reviewers.yml"
env:
SECRET_TOKEN: ${{secrets.TOKEN1}}
GITHUB_TOKEN: ${{ secrets.TOKEN1 }}

0 comments on commit 2f82b50

Please sign in to comment.