Skip to content

Commit

Permalink
fix: Handling CI PipeLine Error
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Jan 5, 2024
1 parent b8fa9e2 commit 3e0748e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/AutoAssignReviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
assign:
name: "[CI] Assign Reviewer"
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
actions: write
steps:
- uses: hkusu/review-assign-action@v1
with:
Expand Down

0 comments on commit 3e0748e

Please sign in to comment.