diff --git a/.github/workflows/rebase-pull-requests.yml b/.github/workflows/rebase-pull-requests.yml new file mode 100644 index 000000000..24c4c122c --- /dev/null +++ b/.github/workflows/rebase-pull-requests.yml @@ -0,0 +1,13 @@ +name: Rebase +on: + push: + branches: [main] +jobs: + rebase: + runs-on: ubuntu-latest + steps: + - uses: peter-evans/rebase@v2 + with: + base: main + exclude-labels: | + no-rebase \ No newline at end of file diff --git a/temp b/temp new file mode 100644 index 000000000..c27bdb4dd --- /dev/null +++ b/temp @@ -0,0 +1,2 @@ +hello +again