build(ci): run CI on combine PRs
[poolifier.git] / .github / workflows / combine-prs.yml
CommitLineData
5467ff83 1name: Combine PRs
905ed4ad 2
905ed4ad 3on:
5467ff83
JB
4 schedule:
5 - cron: '0 0 * * *'
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
JB
21 with:
22 github_token: ${{ secrets.GH_TOKEN_PROTECTED }}