chore(deps): update all non-major dependencies #36
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_target: | |
types: [opened, closed] | |
issues: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Welcome | |
uses: wow-actions/welcome@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} | |
FIRST_ISSUE: | | |
π @{{ author }} | |
Thanks for opening your first issue here! | |
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://nuxt-cron.hywax.space/community/contributing.html). | |
FIRST_PR: | | |
π @{{ author }} | |
π Thanks for opening this pull request! | |
Please follow the [contributing guidelines](https://nuxt-cron.hywax.space/community/contributing.html). And we use [semantic commit messages](https://www.conventionalcommits.org/en/v1.0.0/) to streamline the release process. | |
Examples of commit messages with semantic prefixes: | |
- `fix: interval for sending a request in the base service` | |
- `feat: add new NAME service` | |
- `docs: example of using the NAME service` | |
FIRST_PR_MERGED: | | |
π @{{ author }} Congrats on merging your first pull request! π | |
STAR_MESSAGE: If you like this project, please β star our repo. |