name: Combine PRs on: workflow_dispatch: schedule: - cron: '0 2 * * *' permissions: contents: write pull-requests: write checks: read jobs: combine-prs: if: github.repository == 'poolifier/poolifier' runs-on: ubuntu-latest steps: - name: combine-prs id: combine-prs uses: github/combine-prs@v5.0.0 with: github_token: ${{ secrets.GH_TOKEN_PROTECTED }}