From 0ea201bc94e10750892d0e66d8f6047578fb7b7a Mon Sep 17 00:00:00 2001 From: siddhantprateek Date: Sat, 19 Aug 2023 14:40:00 +0530 Subject: [PATCH] ft(actions): updated --- .github/FUNDING.yml | 3 +++ .github/workflows/greetings.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/workflows/greetings.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..203591f --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [siddhantprateek] \ No newline at end of file diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..00f1efb --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,26 @@ +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: | + Thank you for creating an issue in the Pheno Application repository! 🚀 + Our team will review the issue and respond to you as soon as possible. We appreciate your contribution to improving the application and making it even better. + Feel free to explore other parts of the repository, contribute to ongoing discussions, or even consider submitting a pull request if you're up for it! We value your involvement and look forward to working together to address any concerns you might have. + Happy coding! 💻✨ + pr-message: | + Congratulations on submitting a pull request to the Pheno Application repository! 🎉 + Our team will review your changes and provide feedback or merge it if everything looks good. + Your contributions help us enhance the application and provide a better experience for our users. + Feel free to engage with the community, join discussions, and explore other areas of the repository. + Your effort is valuable, and we're excited to have you as part of our development journey. + Keep up the great work and keep coding! 💪💼 \ No newline at end of file