mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 06:40:40 +08:00
Update greetings.yml
This commit is contained in:
parent
7fd85b9c14
commit
fbf18cf434
13
.github/workflows/greetings.yml
vendored
Normal file
13
.github/workflows/greetings.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Greetings
|
||||||
|
|
||||||
|
on: [pull_request, issues]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
greeting:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/first-interaction@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
issue-message: 'Thank your for submiting, please be sure you followed template or your issue issue may be dismissed'' first submission'
|
||||||
|
pr-message: 'Thank you for your contribution, be patient, review can take a time'' first pr'
|
Loading…
x
Reference in New Issue
Block a user