Skip to content

🐞[Bug]: Unneccesary redirecting to a seperate 'Rate us' and 'Contact Us' page when it should be routed to the 'Rate Us' section and the 'Contact Us' section respectively present at the bottom of the home page #1691

🐞[Bug]: Unneccesary redirecting to a seperate 'Rate us' and 'Contact Us' page when it should be routed to the 'Rate Us' section and the 'Contact Us' section respectively present at the bottom of the home page

🐞[Bug]: Unneccesary redirecting to a seperate 'Rate us' and 'Contact Us' page when it should be routed to the 'Rate Us' section and the 'Contact Us' section respectively present at the bottom of the home page #1691

Workflow file for this run

name: 'Greetings'
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- 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)"