From 6630ca7e7a1a847ec8f6fa8c14e964d10d328a7a Mon Sep 17 00:00:00 2001 From: GREENRAT-K405 Date: Thu, 12 Feb 2026 01:15:55 +0530 Subject: [PATCH 1/2] add greetings bot --- .github/workflows/greetings.yml | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..8f3e3cc --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,39 @@ +name: Greetings + +on: + pull_request_target: + types: [opened] + issues: + types: [opened] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v3 + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + + issue_message: | + 👋 Welcome to the Control-core Project, @${{ github.actor }}! Thank you for opening your first issue in concore-lite. + We appreciate your contribution to the organization and will review it as soon as possible. + + Before we get started, please check out these resources: + - 📚 [Project Documentation](https://control-core.readthedocs.io/) + - 📘 [Contribution Guidelines](https://github.com/ControlCore-Project/concore/blob/main/CONTRIBUTING.md) + - 📜 [Code of Conduct](https://github.com/ControlCore-Project/concore/blob/main/CODE_OF_CONDUCT.md) + + pr_message: | + 🎉 Welcome aboard, @${{ github.actor }}! Thank you for your first pull request in concore-lite. + + Your contribution means a lot to us. We'll review it shortly. + + Please ensure you have reviewed our: + - 📚 [Project Documentation](https://control-core.readthedocs.io/) + - 📘 [Contribution Guidelines](https://github.com/ControlCore-Project/concore/blob/main/CONTRIBUTING.md) + - 📜 [Code of Conduct](https://github.com/ControlCore-Project/concore/blob/main/CODE_OF_CONDUCT.md) + + If you have any questions, feel free to ask. Happy coding! \ No newline at end of file From cfd456755f4882989d324532d84a8a570ef36271 Mon Sep 17 00:00:00 2001 From: PARAM KANADA Date: Thu, 12 Feb 2026 01:28:31 +0530 Subject: [PATCH 2/2] Correct capitalization in welcome message --- .github/workflows/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 8f3e3cc..31f5980 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -18,7 +18,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} issue_message: | - 👋 Welcome to the Control-core Project, @${{ github.actor }}! Thank you for opening your first issue in concore-lite. + 👋 Welcome to the CONTROL-CORE Project, @${{ github.actor }}! Thank you for opening your first issue in concore-lite. We appreciate your contribution to the organization and will review it as soon as possible. Before we get started, please check out these resources: @@ -36,4 +36,4 @@ jobs: - 📘 [Contribution Guidelines](https://github.com/ControlCore-Project/concore/blob/main/CONTRIBUTING.md) - 📜 [Code of Conduct](https://github.com/ControlCore-Project/concore/blob/main/CODE_OF_CONDUCT.md) - If you have any questions, feel free to ask. Happy coding! \ No newline at end of file + If you have any questions, feel free to ask. Happy coding!