Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-848 authored Jun 2, 2024
2 parents 679d487 + 78a9a9b commit ffe640e
Show file tree
Hide file tree
Showing 36 changed files with 2,166 additions and 45 deletions.
4 changes: 4 additions & 0 deletions - fonts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Font -

Poppins
https://fonts.google.com/specimen/Poppins
8 changes: 8 additions & 0 deletions - read me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
IMPORTANT NOTICE:

Please use this source code as best as possible. Download and save
this source code to your computer. Thank You.


-------------------
copyrigth © hellocode
28 changes: 17 additions & 11 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
name: Greetings
name: 'Greetings'

on: [pull_request_target, issues]
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write

jobs:
greeting:
welcome:
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."
pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-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."
pr-message: "Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our [contributing guidelines](https://github.com/Anshika14528/RAPIDOC-HEALTHCARE-WEBSITE-/blob/main/CONTRIBUTING.md)"

Loading

0 comments on commit ffe640e

Please sign in to comment.