Browse Source

Merge pull request #24737 from abpframework/maliming-patch-3

Remove reviewer from auto PR configuration
pull/24744/head
Engincan VESKE 2 weeks ago
committed by GitHub
parent
commit
295a950e50
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}}
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

Loading…
Cancel
Save