Skip to content

Commit

Permalink
Add combine-pr workflow (#6831)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Mar 30, 2023
1 parent 11c765e commit cd7fbd7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Combine PRs

on:
workflow_dispatch:

jobs:
combine-prs:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cd7fbd7

Please sign in to comment.