-
Notifications
You must be signed in to change notification settings - Fork 3
37 lines (29 loc) · 1.33 KB
/
welcome.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.