From 0cecb660bfd23be699dcf724a0ccb69efa0697f1 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Mon, 4 Mar 2024 09:16:19 -0800 Subject: [PATCH] Fix select_label input to combine-prs workflow Accidentally had an s --- .github/workflows/combine-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index a1eefc7f..b170e5d6 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -22,4 +22,4 @@ jobs: with: labels: combined-pr # Optional: add a label to the combined PR ci_required: true # require all checks to pass before combining - select_labels: dependencies # Optional: only combine PRs with this label + select_label: dependencies # Optional: only combine PRs with this label