We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea0b02 commit 7112fb9Copy full SHA for 7112fb9
.github/workflows/commit-queue.yml
@@ -32,6 +32,7 @@ jobs:
32
steps:
33
- name: Get Pull Requests
34
id: get_mergeable_prs
35
+ # TODO: the filtering below should also check for the correct number of approvals
36
run: |
37
prs=$(gh pr list \
38
--repo ${{ github.repository }} \
0 commit comments