Skip to content

Commit

Permalink
fixup! Add workflow to combine renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 3, 2023
1 parent e3b21d2 commit d0309b5
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 @@ -19,7 +19,7 @@ jobs:
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@vX.X.X # where X.X.X is the latest version
uses: github/combine-prs@v4.1.0
with:
branch_prefix: renovate/
min_combine_number: '3'
Expand Down

0 comments on commit d0309b5

Please sign in to comment.