mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Update auto_merge_renovate_prs.yml
This commit is contained in:
@@ -14,6 +14,16 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
|
- name: Debug list all PRs
|
||||||
|
run: |
|
||||||
|
gh pr list \
|
||||||
|
--repo ${{ github.repository }} \
|
||||||
|
--state open \
|
||||||
|
--json number,title,author \
|
||||||
|
--jq '.[] | {number,title,author:.author.login}'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: List open PRs from Renovate
|
- name: List open PRs from Renovate
|
||||||
run: |
|
run: |
|
||||||
prs=$(gh pr list \
|
prs=$(gh pr list \
|
||||||
|
|||||||
Reference in New Issue
Block a user