Skip to content

Daily Open PR Sync #5031

Daily Open PR Sync

Daily Open PR Sync #5031

Workflow file for this run

name: Daily Open PR Sync
on:
workflow_dispatch: ~
schedule:
- cron: '37 */6 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '20.x'
- run: npm install
- run: npm run build
# Go through all open PRs and run the bot over them
- run: node ./dist/run.js
env:
BOT_AUTH_TOKEN: ${{ secrets.BOT_AUTH_TOKEN }}
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: gautamkrishnar/keepalive-workflow@beb86212524e1ae856d1cd80efb44e73bf7daf4a # v2.0.1