Skip to content

Commit

Permalink
Added combine prs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 16, 2023
1 parent d866577 commit 44c7903
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Combine PRs

on:
workflow_dispatch:

permissions:
contents: write
pull-requests: write
checks: read

jobs:
combine-prs:
runs-on: ubuntu-latest

steps:
- name: combine-prs
id: combine-prs
uses: github/combine-prs@v4.0.0

0 comments on commit 44c7903

Please sign in to comment.