mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-20 06:36:52 +01:00
Update greetings.yml
This commit is contained in:
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'
|
||||
Reference in New Issue
Block a user