We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364f893 commit 0822a9bCopy full SHA for 0822a9b
.github/workflows/update.yml
@@ -43,6 +43,7 @@ jobs:
43
schema bump
44
automated pr
45
- name: Close previous update PRs
46
+ if: steps.create_pr.outputs.pull-request-operation == 'created'
47
run: |
48
new_pr_number=${{ steps.create_pr.outputs.pull-request-number }}
49
prs=$(gh pr list --state open --json number,headRefName --jq '.[] | select(.headRefName | startswith("update/")) | .number')
0 commit comments