Skip to content

Commit 8111a76

Browse files
marco-ippolitoaduh95
authored andcommittedNov 16, 2024
tools: make commit-queue check blocked label
PR-URL: #55781 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 419ea06 commit 8111a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/commit-queue.yml

+2
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 }}' \
@@ -46,6 +47,7 @@ jobs:
4647
--base ${{ github.ref_name }} \
4748
--label 'commit-queue' \
4849
--label 'fast-track' \
50+
--no-label 'blocked' \
4951
--json 'number' \
5052
-t '{{ range . }}{{ .number }} {{ end }}' \
5153
--limit 100)

0 commit comments

Comments
 (0)
Please sign in to comment.