Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
8e41f42
1
Parent(s):
93431bc
Create greetings.yml
Browse files
.github/workflows/greetings.yml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Greetings
|
2 |
+
|
3 |
+
on: [pull_request, issues]
|
4 |
+
|
5 |
+
jobs:
|
6 |
+
greeting:
|
7 |
+
runs-on: ubuntu-latest
|
8 |
+
permissions:
|
9 |
+
issues: write
|
10 |
+
pull-requests: write
|
11 |
+
steps:
|
12 |
+
- uses: actions/first-interaction@v1
|
13 |
+
with:
|
14 |
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
15 |
+
issue-message: 'Thanks for creating an issue messages....We are working on it to fix this issue'
|
16 |
+
pr-message: "Hi there! Thanks for contributing on the file and sending the pull request....I'll check it and merge it has no issue"
|