1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

🐛 fix(renovate): update reviewer and assignee assignment

- change from using github.actor to github.repository_owner for reviewer assignment
- change from using github.actor to github.repository_owner for assignee assignment
- ensure proper assignment of repository owner instead of workflow actor
This commit is contained in:
pooneyy 2025-10-08 23:15:45 +08:00
parent ab7b4c540e
commit 65a07859d6
No known key found for this signature in database

View File

@ -141,8 +141,8 @@ jobs:
- name: Add reviewer and comment for major PR
if: steps.check-labels.outputs.enable == 'false'
run: |
gh pr edit $PR_NUMBER --add-reviewer ${{ github.actor }}
gh pr edit $PR_NUMBER --add-assignee ${{ github.actor }}
gh pr edit $PR_NUMBER --add-reviewer ${{ github.repository_owner }}
gh pr edit $PR_NUMBER --add-assignee ${{ github.repository_owner }}
- name: remove labels
run: |