Skip to content

Commit 7112fb9

Browse files
doc: add TODO comment for approvals check to commit-queue workflow
1 parent dea0b02 commit 7112fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit-queue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
steps:
3333
- name: Get Pull Requests
3434
id: get_mergeable_prs
35+
# TODO: the filtering below should also check for the correct number of approvals
3536
run: |
3637
prs=$(gh pr list \
3738
--repo ${{ github.repository }} \

0 commit comments

Comments
 (0)