We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a2f12 commit 2046831Copy full SHA for 2046831
.github/workflows/combine-dependabot-prs.yml
@@ -18,6 +18,6 @@ jobs:
18
steps:
19
- name: combine-prs
20
id: combine-prs
21
- uses: github/combine-prs@v5.0.0 # where X.X.X is the latest version
+ uses: github/combine-prs@v5.1.0 # where X.X.X is the latest version
22
with:
23
labels: dependencies,automated
0 commit comments