Skip to content

Commit de97f6f

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

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 also check for the correct number of approvals
3536
run: |
3637
prs=$(gh pr list \
3738
--repo ${{ github.repository }} \

0 commit comments

Comments
 (0)