Skip to content

Rebase Open Sync PRs #92

Rebase Open Sync PRs

Rebase Open Sync PRs #92

Workflow file for this run

# Auto-synced file, managed by [dealroom/core-mothership](https://github.com/dealroom/core-mothership)
# The changes to this file will be automatically overwritten on the next sync. Do not edit by hand!
name: Rebase Open Sync PRs
on:
schedule:
# At 03:23 on Monday.
- cron: '23 3 * * 1'
permissions: read-all
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/rebase@87c3fd9344792e51ab1c7494c3369620c84ed852 # v3.1.0
name: Rebase Open Sync PRs
with:
include-labels: sync
token: ${{ secrets.GH_TOKEN_DEALROOMBA }}