Bump openfaas/of-watchdog from 0.9.12 to 0.9.15 in /template/crystal #49
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'Hey, thank you for raising this issue. We will make sure someone looks into this soon :)' | |
pr-message: 'Hey, thank you so much for your contribution. We will make sure to have someone review this soon!' |