-
Notifications
You must be signed in to change notification settings - Fork 104
36 lines (30 loc) · 997 Bytes
/
welcome.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
name: '👋 Welcome'
on:
fork:
issues:
types: [opened]
pull_request_target:
types: [opened]
discussion:
types: [created]
jobs:
welcome:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Greet New Contributors
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.COFFEE_SHOP_GITHUB_TOKEN }}
issue-message: |
### Welcome @${{ github.actor }}! 🌟
Thank you for opening This issue! We're excited to have you here.
A few quick things:
- 📝 Please check if this issue has been reported before
- ✅ Follow our issue template if provided
- ⏳ We'll review your issue as soon as possible
Need help? Check our [Contributing Guidelines](https://github.com/Mujtabaa07/coffeeShop/blob/main/CONTRIBUTING.md)
Keep coding! 💻