From 337bba62c52399ce454cfd2a85503319d7bba6d5 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 23 Jan 2021 18:42:09 +0100 Subject: [PATCH] Delete rebase.yml --- .github/workflows/rebase.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/rebase.yml diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml deleted file mode 100644 index 7c003be92..000000000 --- a/.github/workflows/rebase.yml +++ /dev/null @@ -1,17 +0,0 @@ -on: - issue_comment: - types: [created] -name: Automatic Rebase -jobs: - rebase: - name: Rebase - if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - with: - fetch-depth: 0 - - name: Automatic Rebase - uses: cirrus-actions/rebase@1.3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}