Skip to content

Heroku demo is down #14

Heroku demo is down

Heroku demo is down #14

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: 'Thanks for posting your issue. I will look through it shortly!'
pr-message: 'WOW! Thanks for submitting your PR. Let''s work on it together'