docs: add comment of / api #1
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: Welcome | |
on: | |
pull_request: | |
types: [opened, closed] | |
issues: | |
types: [opened] | |
jobs: | |
welcome: | |
name: Welcome | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/welcome@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
FIRST_ISSUE: | | |
π @{{ author }} Thanks for opening your first issue here! | |
Terda team will check and get back to you soon! | |
Please make sure that all information is filled required in the issue template. | |
FIRST_PR: | | |
π @{{ author }} Thanks for opening this pull request! | |
Please make sure that the resources are formatted correctly. | |
I will review your pull request as soon as possible. | |
FIRST_PR_MERGED: | | |
π @{{ author }} Congrats on merging your first pull request! | |
Let's build the future together π |