1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 11:19:40 +08:00

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2025-10-08 23:16:02 +08:00
commit 03707488ee
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: |