Skip to content

Commit cd7fbd7

Browse files
authored
Add combine-pr workflow (#6831)
1 parent 11c765e commit cd7fbd7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/combine-prs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Combine PRs
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
combine-prs:
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: combine-prs
14+
id: combine-prs
15+
uses: github/combine-prs@v2.1.0
16+
with:
17+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)