aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rebase.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rebase.yml')
-rw-r--r--.github/workflows/rebase.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
deleted file mode 100644
index a64526e6..00000000
--- a/.github/workflows/rebase.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-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@v3
- with:
- fetch-depth: 0
- - name: Automatic Rebase
- uses: cirrus-actions/rebase@1.5
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file