Move away from Travis to Github actions

This commit is contained in:
René Zubcevic
2021-03-07 12:25:49 +01:00
committed by Nanne Baars
parent e40a26f193
commit 459d9ad74c
6 changed files with 179 additions and 62 deletions

13
.github/workflows/welcome.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Welcome
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for submitting your first issue, we will have a look as quickly as possible.'
pr-message: 'Thanks so much for your contribution, really appreciated! We will have a look and merge it if everything checks out!'