From 1e927dccfcae27c7a7eb8e858202ac1766c08100 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 25 Sep 2019 19:03:26 +1000 Subject: [PATCH] Add GitHub workflow for auto-rebase --- .github/workflows/rebase.yml | 2 ++ 1 file changed, 2 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 000000000..ee363802b --- /dev/null +++ b/.github/workflows/rebase.yml @@ -0,0 +1,2 @@ +- name: Automatic rebase + uses: cirrus-actions/rebase@1.2