1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-03-31 05:20:07 +02:00
setup-buildx-action/.github/workflows/rebase.yml
Jesper Terkelsen 5ac4b3bd79
chore: setup ownership in backstage
Motivation: All repos needs to have a clear owner
2023-06-19 12:33:30 +02:00

21 lines
578 B
YAML

name: Rebase Upstream
on:
schedule:
- cron: "0 0 * * 0" # run once a week
workflow_dispatch: # run manually
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0 # fetching all history so i can rebase
token: ${{ secrets.GH_TOKEN }}
- name: Configure git for tradeshiftci
uses: tradeshift/actions-git/configure-from-gpg-key@v1
with:
gpg-key: ${{ secrets.TRADESHIFTCI_GPG_KEY }}
- uses: tradeshift/rebase-upstream-action@master
with:
branch: master