build(deps): Bump github/combine-prs from 3.1.2 to 4.0.0
[benchmarks-js.git] / .github / workflows / combine-prs.yml
CommitLineData
236bf7f6
JB
1name: Combine PRs
2
3on:
4 schedule:
5 - cron: '0 0 * * *'
6 workflow_dispatch:
7
8permissions:
9 contents: write
10 pull-requests: write
11 checks: read
12
13jobs:
14 combine-prs:
15 runs-on: ubuntu-latest
16
17 steps:
18 - name: combine-prs
19 id: combine-prs
a59fbb59 20 uses: github/combine-prs@v4.0.0
933dedeb
JB
21 with:
22 ci_required: false