From 7d47d9062ff00c7af67e8f45c1bfb913382e2b7b Mon Sep 17 00:00:00 2001 From: GREENRAT-K405 Date: Thu, 12 Feb 2026 01:05:17 +0530 Subject: [PATCH 1/2] add greetings bot --- .github/workflows/greetings.yml | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 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 00000000..7de235e8 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,41 @@ +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. + 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. + + Please ensure that you are contributing to the **dev** branch. + + 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 c3b498ea1542223cf226e209b3e5ed3597258246 Mon Sep 17 00:00:00 2001 From: PARAM KANADA Date: Thu, 12 Feb 2026 01:27:27 +0530 Subject: [PATCH 2/2] Fix project name in greetings.yml Updated project name to 'CONTROL-CORE' in issue 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 7de235e8..e9d7e175 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. + 👋 Welcome to the CONTROL-CORE Project, @${{ github.actor }}! Thank you for opening your first issue in concore. We appreciate your contribution to the organization and will review it as soon as possible. Before we get started, please check out these resources: @@ -38,4 +38,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!