Skip to content

Build process should fail if agendabasel.ch API fails #575

Build process should fail if agendabasel.ch API fails

Build process should fail if agendabasel.ch API fails #575

Workflow file for this run

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: 'Hi there! Thanks for opening your first issue!'
pr-message: 'Hi there! Thanks for opening your first pull request!'