Browse Source
Remove reviewer from auto PR configuration
Removed specific reviewer assignment from auto PR workflow.
pull/24737/head
Ma Liming
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
.github/workflows/auto-pr.yml
@ -26,7 +26,6 @@ jobs:
branch : auto-merge/rel-10-0/${{github.run_number}}
title : Merge branch rel-10.1 with rel-10.0
body : This PR generated automatically to merge rel-10.1 with rel-10.0. Please review the changed files before merging to prevent any errors that may occur.
reviewers : maliming
draft : true
token : ${{ github.token }}
- name : Merge Pull Request