Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Leorasaharia authored May 16, 2024
2 parents 3b628cf + 69d1e86 commit 7a315b8
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 11 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible. In the meantime you can star the repo and read the [contributing.md](https://github.com/singodiyashubham87/Draw-it-out/blob/main/CONTRIBUTING.md)"
pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."
153 changes: 148 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",

"react-simple-chatbot": "^0.6.1",

"react-joyride": "^2.8.1",

"svgcanvas": "^2.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7a315b8

Please sign in to comment.