-
-
Notifications
You must be signed in to change notification settings - Fork 3
40 lines (30 loc) · 1.73 KB
/
greetings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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: |
Hello and welcome to the OpenLocalUI repository!
Thank you for your interest in contributing to our project. To get started, please review the following resources:
- [Code of Conduct](CODE_OF_CONDUCT.md): Understand our expectations for a welcoming and inclusive environment.
- [Contributing Guidelines](CONTRIBUTING.md): Find detailed instructions on our development process, how to propose changes, and best practices to follow.
- [MIT License](LICENSE.md): Review our permissive license that encourages community contributions.
We appreciate your contributions and look forward to collaborating with you!
Best regards,
The OpenLocalUI Team
pr-message: |
Hello and welcome to the OpenLocalUI repository!
Thank you for your interest in contributing to our project. To get started, please review the following resources:
- [Code of Conduct](CODE_OF_CONDUCT.md): Understand our expectations for a welcoming and inclusive environment.
- [Contributing Guidelines](CONTRIBUTING.md): Find detailed instructions on our development process, how to propose changes, and best practices to follow.
- [MIT License](LICENSE.md): Review our permissive license that encourages community contributions.
We appreciate your contributions and look forward to collaborating with you!
Best regards,
The OpenLocalUI Team