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
parent
commit
a215fe35b1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/auto-pr.yml

1
.github/workflows/auto-pr.yml

@ -26,7 +26,6 @@ jobs:
branch: auto-merge/rel-10-0/${{github.run_number}} branch: auto-merge/rel-10-0/${{github.run_number}}
title: Merge branch rel-10.1 with rel-10.0 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. 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 draft: true
token: ${{ github.token }} token: ${{ github.token }}
- name: Merge Pull Request - name: Merge Pull Request

Loading…
Cancel
Save