build(ci): refine cron entry
[e-mobility-charging-stations-simulator.git] / .github / workflows / combine-prs.yml
CommitLineData
2d8fc1d0 1name: Combine PRs
885eaa6e 2
885eaa6e 3on:
2d8fc1d0 4 schedule:
ef681374 5 - cron: '0 2 * * *'
885eaa6e 6 workflow_dispatch:
885eaa6e 7
2d8fc1d0
JB
8permissions:
9 contents: write
10 pull-requests: write
11 checks: read
12
885eaa6e 13jobs:
885eaa6e 14 combine-prs:
885eaa6e
JB
15 runs-on: ubuntu-latest
16
885eaa6e 17 steps:
2d8fc1d0
JB
18 - name: combine-prs
19 id: combine-prs
79747dea 20 uses: github/combine-prs@v4.0.0
18b41d7e
JB
21 with:
22 github_token: ${{ secrets.SECRET_TOKEN }}