From b5ad8547bc9a677ceff16a6b7ebced078971c7fd Mon Sep 17 00:00:00 2001 From: Mia <59005594+miathetrain@users.noreply.github.com> Date: Thu, 16 May 2024 11:55:57 -0400 Subject: [PATCH] Create rebase.yml --- .github/workflows/rebase.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/rebase.yml diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml new file mode 100644 index 0000000000000..8d237ec4e1baa --- /dev/null +++ b/.github/workflows/rebase.yml @@ -0,0 +1,18 @@ +# .github/workflows/sync.yml +name: Rebase Upstream +on: + schedule: + - cron: "0 8 * * *" # “At 08:00.” + workflow_dispatch: # run manually + +jobs: + sync: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + with: + branch: nixos-unstable + - uses: imba-tjd/rebase-upstream-action@master + # with: # all args are optional + # upstream: / + # branch: master