We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac6cf9 commit a3204f2Copy full SHA for a3204f2
.github/workflows/manual-combine-dependabot-prs.yaml
@@ -0,0 +1,24 @@
1
+name: Combine Dependabot PRs
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+permissions:
7
+ contents: write
8
+ pull-requests: write
9
+ checks: read
10
11
+jobs:
12
+ combine-prs:
13
+ runs-on: ubuntu-latest
14
15
+ steps:
16
+ - name: combine-prs
17
+ id: combine-prs
18
+ uses: github/[email protected]
19
+ with:
20
+ ci_required: false
21
+ labels: dependencies
22
+ pr_title: Combined Dependabot PRs
23
+ combine_branch_name: dependabotCombined
24
+ pr_body_header: Combined Dependabot PRs
0 commit comments