diff --git a/.github/workflows/rebase-pull-requests.yml b/.github/workflows/rebase-pull-requests.yml new file mode 100644 index 000000000..656b93217 --- /dev/null +++ b/.github/workflows/rebase-pull-requests.yml @@ -0,0 +1,11 @@ +name: Rebase Pull Requests + +on: + push: + branches: [main] + +jobs: + rebase: + runs-on: ubuntu-latest + steps: + - uses: linhbn123/rebase-pull-requests@v1.0.1