2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-09 23:00:56 +00:00

Merge pull request #170 from frappe/ddavidebor-patch-2

Create greetings.yml
This commit is contained in:
Revant Nandgaonkar 2020-03-25 19:16:52 +05:30 committed by GitHub
commit 7e1d69456d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
greetings.yml Normal file
View File

@ -0,0 +1,15 @@
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: |
Hello! We're very happy to see your first issue. If your issue is about a problem, go back and check you have copy-pasted all the debug logs you can so we can help you as fast as possible!
pr-message: |
Hello! Thank you about this PR. Since this is your first PR, please make sure you have described the improvements and your code is well documented.