-
Notifications
You must be signed in to change notification settings - Fork 37
31 lines (25 loc) · 847 Bytes
/
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
---
name: 'Greetings'
on:
pull_request:
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: |
Hey @${{github.actor}} 👋!
Thank you for opening your first issue here! ♥️
If you are reporting a bug 🐞, please make sure to include steps on how to reproduce it.
We will take it a look as soon as we can 💪
pr-message: |
Hey @${{github.actor}} 👋!
Thank you for being here and helping this project to grow 🚀
We will review it as soon as we can :D
Please check out our contributing guidelines in the meantime 📃