Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
bea7164
1
Parent(s):
ac5c043
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. 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"
|
|
|
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/add 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"
|