Combine PRs #84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Combine PRs | |
on: | |
schedule: | |
- cron: "0 1 * * 3" # Wednesday at 01:00 | |
workflow_dispatch: | |
jobs: | |
combine-prs: | |
uses: the-hideout/reusable-workflows/.github/workflows/combine-prs.yml@main | |
secrets: | |
COMBINE_PRS_APP_ID: ${{ secrets.COMBINE_PRS_APP_ID }} | |
COMBINE_PRS_PRIVATE_KEY: ${{ secrets.COMBINE_PRS_PRIVATE_KEY }} | |
fallback: ${{ secrets.GITHUB_TOKEN }} # fall back to the default token if the app token is not available |