From df7eafa344bd043a7699490e3a520f13369d918d Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 19 Jan 2021 14:18:06 +0100 Subject: [PATCH] Create rebase-pull-requests.yml --- .github/workflows/rebase-pull-requests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/rebase-pull-requests.yml diff --git a/.github/workflows/rebase-pull-requests.yml b/.github/workflows/rebase-pull-requests.yml new file mode 100644 index 0000000000..434d1dde16 --- /dev/null +++ b/.github/workflows/rebase-pull-requests.yml @@ -0,0 +1,9 @@ +name: Rebase Pull Requests +on: + push: + branches: [master] +jobs: + rebase: + runs-on: ubuntu-latest + steps: + - uses: linhbn123/rebase-pull-requests@v1.0.1