Skip to content

Commit 0bf57c5

Browse files
tools: make commit-queue check blocked label
1 parent 6af5c4e commit 0bf57c5

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
@@ -37,6 +37,7 @@ jobs:
3737
--repo ${{ github.repository }} \
3838
--base ${{ github.ref_name }} \
3939
--label 'commit-queue' \
40+
--no-label 'blocked' \
4041
--json 'number' \
4142
--search "created:<=$(date --date="2 days ago" +"%Y-%m-%dT%H:%M:%S%z")" \
4243
-t '{{ range . }}{{ .number }} {{ end }}' \

0 commit comments

Comments
 (0)