diff --git a/.github/workflows/auto-rebasing.yml b/.github/workflows/auto-rebasing.yml new file mode 100644 index 00000000000..1188b5bced1 --- /dev/null +++ b/.github/workflows/auto-rebasing.yml @@ -0,0 +1,13 @@ +name: Auto Rebasing +on: + pull_request: + types: [opened, synchronize] + +jobs: + autorebase: + runs-on: ubuntu-latest + steps: + - uses: cirrus-actions/rebase@1.4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + branch: ${{ github.head_ref }} \ No newline at end of file