From a04054013508350ee1a4cef5342090cd68467f5c Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Sat, 2 May 2020 09:29:48 -0400 Subject: [PATCH] Delete rebase.yml PRs from forks are not supported at the moment. --- .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 15ba0c9..0000000 --- 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.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}