Bump the pwa-dependencies group in /pwa with 5 updates #93
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: "Thank you for taking the courage of creating an issue here for the first time. We can't see everything, so this project heavily depends on people like you." | |
pr-message: "Thank you for taking your precious time to create a pull request on this repository for the first time. Your work might actually benefit many others." |