We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb83b86 commit 1438d8cCopy full SHA for 1438d8c
.github/workflows/greetings.yml
@@ -0,0 +1,16 @@
1
+name: Greetings
2
+
3
+on: [pull_request_target, 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: "Welcome to the Coding Hut website github page! We are happy to have you here. Thanks for creating your first issue."
16
+ pr-message: "Welcome to the Coding Hut website github page! We are happy to have you here. Thanks for creating your first pull request."
0 commit comments