chore(deps-dev): bump postcss from 8.4.38 to 8.4.48 #274
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 | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: '# Thank you for contributing. \n Have you read our [Contribution guidelines](https://github.com/JokeNetwork/faq/blob/main/README.md#contribute) yet?' | |
pr-message: '# Thank you for contributing. \n Have you read our [Contribution guidelines](https://github.com/JokeNetwork/faq/blob/main/README.md#contribute) yet?' |