Bump path-to-regexp and express in /client #308
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: Greeting | |
on: [pull_request, issues] | |
jobs: | |
greetings: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hello, Thank You for raising this Issue. Our Team will look into the issue and discuss with you.' | |
pr-message: 'Hello, Thank You for creating this Pull Request. Our Team will review your code and take the necessary action' |