1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-10-09 13:49:47 +08:00
commit 92ea17656d
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: |