File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Greetings
2+
3+ on :
4+ pull_request_target :
5+ types : [opened]
6+ issues :
7+ types : [opened]
8+
9+ jobs :
10+ greeting :
11+ runs-on : ubuntu-latest
12+ permissions :
13+ issues : write
14+ pull-requests : write
15+ steps :
16+ - uses : actions/first-interaction@v3
17+ with :
18+ repo_token : ${{ secrets.GITHUB_TOKEN }}
19+
20+ issue_message : |
21+ 👋 Welcome to the CONTROL-CORE Project, @${{ github.actor }}! Thank you for opening your first issue in concore-lite.
22+ We appreciate your contribution to the organization and will review it as soon as possible.
23+
24+ Before we get started, please check out these resources:
25+ - 📚 [Project Documentation](https://control-core.readthedocs.io/)
26+ - 📘 [Contribution Guidelines](https://github.com/ControlCore-Project/concore/blob/main/CONTRIBUTING.md)
27+ - 📜 [Code of Conduct](https://github.com/ControlCore-Project/concore/blob/main/CODE_OF_CONDUCT.md)
28+
29+ pr_message : |
30+ 🎉 Welcome aboard, @${{ github.actor }}! Thank you for your first pull request in concore-lite.
31+
32+ Your contribution means a lot to us. We'll review it shortly.
33+
34+ Please ensure you have reviewed our:
35+ - 📚 [Project Documentation](https://control-core.readthedocs.io/)
36+ - 📘 [Contribution Guidelines](https://github.com/ControlCore-Project/concore/blob/main/CONTRIBUTING.md)
37+ - 📜 [Code of Conduct](https://github.com/ControlCore-Project/concore/blob/main/CODE_OF_CONDUCT.md)
38+
39+ If you have any questions, feel free to ask. Happy coding!
You can’t perform that action at this time.
0 commit comments