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