[Snyk] Security upgrade rollup-plugin-filesize from 6.1.1 to 6.2.0 #148
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 there. Thanks for taking the time to open an issue. We appreciate any feedback and will get back to you as soon as possible. ' | |
pr-message: 'Hej! You want to contribute. Thatβs amazing. To get this merged as soon as possible please remember to provide the necessary information in the PR. Thanks again, Tournant loves you. π' |