Bump the npm_and_yarn group across 2 directories with 2 updates #20
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_target, 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: "Thanks for reporting an issue. We will start working on your request as soon as possible. Wait for further updates or requests in the comments." | |
pr-message: "Thank you for contributing a Pull Request. We will begin reviewing your request as soon as possible. Wait for further updates or requests in the comments." |