Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 8de2b53

Browse files
committed
ci: add combine PRs workflow
See https://github.com/github/combine-prs
1 parent f8beda1 commit 8de2b53

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/combine-prs.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Combine PRs
2+
3+
on:
4+
schedule:
5+
- cron: "0 3 * * *"
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
checks: read
12+
13+
jobs:
14+
combine-prs:
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- name: combine-prs
19+
id: combine-prs
20+
uses: github/[email protected]
21+
with:
22+
branch_prefix: renovate

0 commit comments

Comments
 (0)