Bump ejs from 3.1.8 to 3.1.10 in /apps/web/frontend (#331) #599
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
on: | |
fork: | |
push: | |
branches: [main] | |
issues: | |
types: [opened] | |
issue_comment: | |
types: [created] | |
pull_request_target: | |
types: [opened] | |
pull_request_review_comment: | |
types: [created] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Hey @${{ github.actor }}, Thanks for contributing and Congrats on opening Issue :tada:" | |
pr-message: "Hey @${{ github.actor }}, Thanks for contributing and Congrats on opening PR :tada:." | |
footer: "We will try to review as soon as possible and a maintainer will get back to you soon!" |