Skip to content

Commit

Permalink
Merge branch 'master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunzhuo authored Dec 7, 2023
2 parents c0d0e46 + 095126e commit 83844cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

jobs:
auto-request-review:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Request review from team
Expand All @@ -17,6 +19,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: pullRequestNumber,
team_reviewers: ['admin']
team_reviewers: ['gateway-reviewers']
});
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 83844cd

Please sign in to comment.