Rebase Open Sync PRs #83
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
# 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@52289ddc070ea10c8e2530c0740972ff39ac8769 # v3.0.0 | |
name: Rebase Open Sync PRs | |
with: | |
include-labels: sync | |
token: ${{ secrets.GH_TOKEN_DEALROOMBA }} |