Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
ef13c7c
1
Parent(s):
ffb50fb
Update greetings.yml
Browse files
.github/workflows/greetings.yml
CHANGED
@@ -12,5 +12,5 @@ jobs:
|
|
12 |
- uses: actions/first-interaction@v1
|
13 |
with:
|
14 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
15 |
-
issue-message: 'Thanks for creating an issue
|
16 |
-
pr-message: "
|
|
|
12 |
- uses: actions/first-interaction@v1
|
13 |
with:
|
14 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
15 |
+
issue-message: 'Thanks for creating an issue. We will try to fix it and close it ASAP'
|
16 |
+
pr-message: "Thanks for contributing on this repo and giving it your time. We'll check it and merge, if no issue found"
|