We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df10024 commit 1c8c881Copy full SHA for 1c8c881
.github/workflows/commit-queue.yml
@@ -37,6 +37,7 @@ jobs:
37
--repo ${{ github.repository }} \
38
--base ${{ github.ref_name }} \
39
--label 'commit-queue' \
40
+ --no-label 'blocked' \
41
--json 'number' \
42
--search "created:<=$(date --date="2 days ago" +"%Y-%m-%dT%H:%M:%S%z")" \
43
-t '{{ range . }}{{ .number }} {{ end }}' \
@@ -46,6 +47,7 @@ jobs:
46
47
48
49
--label 'fast-track' \
50
51
52
53
--limit 100)
0 commit comments