forked from learning-unlimited/ESP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (30 loc) · 1.46 KB
/
greeting.yml
File metadata and controls
37 lines (30 loc) · 1.46 KB
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
name: Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 Thanks for opening your first issue here! We appreciate you taking the time to report this.
**What happens next:**
- A maintainer will review your issue and may ask follow-up questions
- Please check the [existing issues](https://github.com/learning-unlimited/ESP-Website/issues) to see if this has been reported before
- For setup help, see our [documentation](https://github.com/learning-unlimited/ESP-Website/tree/main/docs)
We're a volunteer-run project, so responses may take some time. Thank you for your patience! 🙏
pr-message: |
🎉 Thanks for your first pull request! We're excited to have you contribute to ESP-Website.
**Review process:**
- A maintainer will review your changes as soon as possible
- Please ensure your PR follows our [contributing guidelines](https://github.com/learning-unlimited/ESP-Website/wiki#i-want-to-get-involved)
- Make sure CI checks pass (lint and tests)
We're a volunteer-run project, so reviews may take some time. Thank you for your contribution! 🚀