You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/07/01 04:29:45 UTC

[fineract] branch develop updated: Delete rebase.yml

This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1adf01f  Delete rebase.yml
1adf01f is described below

commit 1adf01fbf0972be229aa7bca9b293dee7021fcfa
Author: Petri Tuomola <pt...@users.noreply.github.com>
AuthorDate: Thu Jul 1 12:29:39 2021 +0800

    Delete rebase.yml
    
    Deleting rebase action for now, as this is not allowed in Apache owned repositories
---
 .github/workflows/rebase.yml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml
deleted file mode 100644
index 0024717..0000000
--- a/.github/workflows/rebase.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-# https://github.com/marketplace/actions/automatic-rebase  (https://github.com/cirrus-actions/rebase)
-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@v2
-      with:
-        token: ${{ secrets.GITHUB_TOKEN }}
-        fetch-depth: 0
-    - name: Automatic Rebase
-      uses: cirrus-actions/rebase@1.4
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}