Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-06-27 20:59:10 +0300
committerGitHub <noreply@github.com>2021-06-27 20:59:10 +0300
commit4057d6000bccf320875364459d70ee18fc09276f (patch)
treeb4d1dbf79aff6762962af6095c32e029171fbb8a /.github
parent421846508b0720672ed79100d637b17ffe9f4393 (diff)
Delete rebase.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rebase.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
deleted file mode 100644
index 7540cabf9..000000000
--- a/.github/workflows/rebase.yml
+++ /dev/null
@@ -1,18 +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:
- - name: Checkout the latest code
- uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - name: Automatic Rebase
- uses: cirrus-actions/rebase@1.3.1
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}