Update auto_merge_renovate_prs.yml

This commit is contained in:
Meng Sen
2025-09-17 10:33:37 +08:00
committed by GitHub
parent 85c33f512a
commit 514a528add

View File

@@ -14,6 +14,16 @@ jobs:
- name: Checkout
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
run: |
prs=$(gh pr list \