Bump prettier from 2.4.1 to 3.1.0 #2703
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: 'Hi, thanks for creating your first issue at `WordNook`, do read and follow the [Code of Conduct](https://github.com/ALPHAVIO/BlogSite/blob/master/CODE_OF_CONDUCT.md) and the [Contribution Guidelines](https://github.com/ALPHAVIO/BlogSite/blob/master/CONTRIBUTING.md) while contributing.' | |
pr-message: 'Hi, Congratulations for making your first Pull Request at `WordNook`!!, Maintainer will review it soon' |