1
0
Fork 0

🔧 chore(renovate): disable automatic reviewer assignment for major PRs

- comment out automatic reviewer and assignee assignment for major version updates
- maintain existing label removal functionality
This commit is contained in:
pooneyy 2025-10-09 13:49:26 +08:00
parent 69559ea186
commit 218ffaa84a
No known key found for this signature in database
1 changed files with 5 additions and 5 deletions

View File

@ -138,11 +138,11 @@ jobs:
echo "enable=true" >> $GITHUB_OUTPUT
fi
- name: Add reviewer and comment for major PR
if: steps.check-labels.outputs.enable == 'false'
run: |
gh pr edit $PR_NUMBER --add-reviewer ${{ github.repository_owner }}
gh pr edit $PR_NUMBER --add-assignee ${{ github.repository_owner }}
# - name: Add reviewer and comment for major PR
# if: steps.check-labels.outputs.enable == 'false'
# run: |
# gh pr edit $PR_NUMBER --add-reviewer ${{ github.repository_owner }}
# gh pr edit $PR_NUMBER --add-assignee ${{ github.repository_owner }}
- name: remove labels
run: |