This is an automated email from the ASF dual-hosted git repository.
vorburger 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 00aa71b rm .github/workflows/first-interaction.yml
00aa71b is described below
commit 00aa71b0e1fd0a5693d24f23e0198b752aca5d1e
Author: Michael Vorburger <[email protected]>
AuthorDate: Sat May 16 15:28:26 2020 +0200
rm .github/workflows/first-interaction.yml
because it's broken, see
https://github.com/actions/first-interaction/issues/10
---
.github/workflows/first-interaction.yml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/.github/workflows/first-interaction.yml
b/.github/workflows/first-interaction.yml
deleted file mode 100644
index 79f91e3..0000000
--- a/.github/workflows/first-interaction.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Greetings
-
-on: [pull_request, issues]
-
-jobs:
- greeting:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/first-interaction@v1
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- pr-message: |
- Welcome to Apache Fineract!!
- Have you read https://github.com/apache/fineract/#pull-requests?
- Already subscribed to our mailing list, by sending an (empty)
email to [email protected]?
- Created your JIRA account on
https://issues.apache.org/jira/projects/FINERACT/?
- Played with our server at https://www.fineract.dev?
- We're very excited to have you onboard contributing.