[Snyk] Upgrade express from 4.18.1 to 4.21.0 #46
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: 'Hey there! Looks like your new here! Our team responds arond 24 to 72 hours.' | |
pr-message: 'Hey there! Looks like this is your first pull request. Our team will respond within 24-72 hours.' |