diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 000000000..e8ae387f3 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,13 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Welcome to the Map2Check! We are excited that this is your first issue!' + pr-message: 'Welcome to the Map2Check! Congratulations on your first pull request!' diff --git a/README.md b/README.md index a5c03f655..decbdb18b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -[![Build Status](https://travis-ci.org/hbgit/Map2Check.svg?branch=develop)](https://travis-ci.org/hbgit/Map2Check) +[![Build Status](https://travis-ci.org/hbgit/Map2Check.svg?branch=master)](https://travis-ci.org/hbgit/Map2Check) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3639/badge)](https://bestpractices.coreinfrastructure.org/projects/3639) [![Gitter](https://badges.gitter.im/map2checkgit/community.svg)](https://gitter.im/map2checkgit/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)