Skip to content

Commit

Permalink
Merge pull request #504 from UW-GAC/maint/fix-combine-prs-select-label
Browse files Browse the repository at this point in the history
Fix select_label input to combine-prs workflow
  • Loading branch information
amstilp authored Mar 4, 2024
2 parents 9cbb007 + 0cecb66 commit d66adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d66adb0

Please sign in to comment.