Update auto_merge_renovate_prs.yml
This commit is contained in:
10
.github/workflows/auto_merge_renovate_prs.yml
vendored
10
.github/workflows/auto_merge_renovate_prs.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user