-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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://mafl.hywax.space/community/contributing.html). | ||
FIRST_PR: | | ||
π @{{ author }} | ||
π Thanks for opening this pull request! | ||
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. | ||
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. |