Skip to content

Add functions to automate multiple instances of an application #314

Add functions to automate multiple instances of an application

Add functions to automate multiple instances of an application #314

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: 'Thank you very much for sharing this first issue.'
pr-message: 'Thank you very much for sharing this first pull request.'