From 0d2ca88624ae58500a27ae0b930559f4114f8661 Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Thu, 15 Jul 2021 19:50:54 -0500 Subject: [PATCH 1/4] Add auto rebaseing stuff (#6) --- .github/workflows/rebase.yml | 19 +++++++++++++++++++ 1 file changed, 19 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 000000000000..d2a868fd3ebd --- /dev/null +++ b/.github/workflows/rebase.yml @@ -0,0 +1,19 @@ +name: Automatic Rebase +on: + issue_comment: + types: [created] +jobs: + rebase: + name: Rebase + if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') + runs-on: ubuntu-latest + steps: + - name: Checkout the latest code + uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + fetch-depth: 0 # otherwise, you will fail to push refs to dest repo + - name: Automatic Rebase + uses: cirrus-actions/rebase@1.4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 80a41f60fef06a2dff61a742cc457382a1f483ba Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Thu, 15 Jul 2021 19:55:38 -0500 Subject: [PATCH 2/4] Hello (#7) --- TEST | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TEST diff --git a/TEST b/TEST new file mode 100644 index 000000000000..d3c72025b6a4 --- /dev/null +++ b/TEST @@ -0,0 +1,5 @@ +Hello + + + +Hello World From aace1f0ec61795f1d34c99672a2da37f4e1b0c36 Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Thu, 15 Jul 2021 20:12:29 -0500 Subject: [PATCH 3/4] Commit1 (#10) --- TEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEST b/TEST index d3c72025b6a4..7d0fff16baff 100644 --- a/TEST +++ b/TEST @@ -1,4 +1,4 @@ -Hello +Hello1 From 82f34fbc93a0a976e4ff035cfd23129f257995fb Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 15 Jul 2021 20:11:16 -0500 Subject: [PATCH 4/4] commit2 --- TEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEST b/TEST index 7d0fff16baff..fb471f0459c3 100644 --- a/TEST +++ b/TEST @@ -2,4 +2,4 @@ Hello1 -Hello World +Hello World2