build(deps-dev): bump follow-redirects from 1.15.1 to 1.15.4 #497
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 to Journey Book. We love you and your Issue ❤️🎉 . Your issues, really help us with our project... Waiting for you to contribute again to Journey Book.' | |
pr-message: 'Thank you for contributing to Journey Book. We love you and your PR ❤️🎉 . Waiting for you to contribute again to Journey Book.' |