build(deps): bump actions/setup-node from 3.6.0 to 4.0.2 #2
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: Auto-Reply | |
on: | |
issues: | |
types: [opened] | |
pull_request: | |
types: [opened, closed] | |
jobs: | |
auto-reply: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Auto-reply | |
uses: wow-actions/auto-comment@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
issuesOpened: | | |
👋 @{{ author }}, Thanks for submitting your issue. We'll look into it and keep you updated on our progress. Let us know if you have any questions. | |
pullRequestOpened: | | |
👋 @{{ author }}, Thanks for opening the PR. We'll review your PR as soon as possible. | |
pullRequestMerged: | | |
🎉 @{{ author }}, The PR is merged. Thank for your contribution. |