Skip to content

Commit bcb9850

Browse files
author
hywax
committed
ci: welcome plan
1 parent ae680fa commit bcb9850

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Welcome
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, closed]
6+
issues:
7+
types: [opened]
8+
9+
jobs:
10+
run:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Welcome
14+
uses: wow-actions/welcome@v1
15+
with:
16+
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
17+
FIRST_ISSUE: |
18+
πŸ‘‹ @{{ author }}
19+
Thanks for opening your first issue here!
20+
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://mafl.hywax.space/community/contributing.html).
21+
22+
FIRST_PR: |
23+
πŸ‘‹ @{{ author }}
24+
25+
πŸ’– Thanks for opening this pull request!
26+
27+
Please follow the [contributing guidelines](https://mafl.hywax.space/community/contributing.html). And we use [semantic commit messages](https://www.conventionalcommits.org/en/v1.0.0/) to streamline the release process.
28+
29+
Examples of commit messages with semantic prefixes:
30+
- `fix: interval for sending a request in the base service`
31+
- `feat: add new NAME service`
32+
- `docs: example of using the NAME service`
33+
34+
FIRST_PR_MERGED: |
35+
πŸ‘‹ @{{ author }} Congrats on merging your first pull request! πŸŽ‰
36+
37+
STAR_MESSAGE: If you like this project, please ⭐ star our repo.

0 commit comments

Comments
Β (0)