Skip to content

Commit

Permalink
Done the required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya5653 committed Oct 29, 2024
2 parents a2c1797 + baca430 commit 99fc452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "👋 Thank you @${{ github.actor }} for raising an issue! We’re thrilled to have your input as we work together to make this project even better. Our team will review it shortly, so stay tuned! To make sure your issue gets the attention it deserves, please consider starring the repo 🌟."
pr-message: "🎉 Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully, and a maintainer will review it as soon as possible. We appreciate your support in making this project better. To show your appreciation and keep us growing, please remember to star the repo 🌟!"
issue-message: "👋 Thank you @${{ github.actor }} for raising an issue! We’re thrilled to have your input as we work to make this project even better. Our team will review it shortly, so stay tuned! Meanwhile, make sure your issue gets noticed, don’t forget to **star the repo 🌟** and follow [@ajaynegi45](https://github.com/ajaynegi45) for even more project insights!"
pr-message: "🎉 Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully, and a maintainer will review it soon. We’re excited to have you on board! Remember to **star the repo 🌟** to help us grow, and follow [@ajaynegi45](https://github.com/ajaynegi45) to stay in the loop and increase the visibility of your contributions!"
2 changes: 0 additions & 2 deletions src/main/resources/application-development.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ spring.mail.properties.mail.smtp.auth=Add_Your_Mail_Service_SMTP
spring.mail.properties.mail.starttls.enable=Add_Your_Mail_Service_Start_TLS
spring.mail.properties.domain_name=Add_Your_Mail_Service_Domain_Name



# --- Oauth 2.0 Configurations ---
spring.security.oauth2.client.registration.google.client-name=google
spring.security.oauth2.client.registration.google.client-id=ADD_YOUR_CLIENT_ID
Expand Down

0 comments on commit 99fc452

Please sign in to comment.