build(ci): combine PRs fix
[poolifier.git] / .github / workflows / combine-prs.yml
CommitLineData
5467ff83 1name: Combine PRs
905ed4ad 2
905ed4ad 3on:
5467ff83 4 schedule:
3e2e209e 5 - cron: '*/5 * * * *'
905ed4ad 6 workflow_dispatch:
905ed4ad 7
5467ff83
JB
8permissions:
9 contents: write
10 pull-requests: write
11 checks: read
12
905ed4ad 13jobs:
905ed4ad 14 combine-prs:
905ed4ad
JB
15 runs-on: ubuntu-latest
16
905ed4ad 17 steps:
5467ff83
JB
18 - name: combine-prs
19 id: combine-prs
20 uses: github/combine-prs@v3.1.2
02fd4f2c 21 with:
3e2e209e 22 github_token: ${{ secrets.SECRET_TOKEN }}