-
Notifications
You must be signed in to change notification settings - Fork 54
39 lines (27 loc) · 1.14 KB
/
pr_greeting.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
---
name: PR Greetings
on: [pull_request_target]
permissions:
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: >+
Thank you for opening your first PR into GPJax!
If you have not heard from us in a while, please feel free to ping
`@gpjax/developers` or anyone who has commented on the PR.
Most of our reviewers are volunteers and sometimes things fall
through the cracks.
You can also join us [on
Slack](https://join.slack.com/t/gpjax/shared_invite/zt-1da57pmjn-rdBCVg9kApirEEn2E5Q2Zw) for real-time
discussion.
For details on testing, writing docs, and our review process,
please see [the developer
guide](https://docs.jaxgaussianprocesses.com/contributing/)
We strive to be a welcoming and open project. Please follow our
[Code of
Conduct](https://github.com/JaxGaussianProcesses/GPJax/blob/main/.github/CODE_OF_CONDUCT.md).