-
Notifications
You must be signed in to change notification settings - Fork 1
42 lines (33 loc) · 1.57 KB
/
first-interaction.yml
File metadata and controls
42 lines (33 loc) · 1.57 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
38
39
40
41
42
name: Welcome First Timers
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
permissions:
issues: write
pull-requests: write
jobs:
greet:
runs-on: ubuntu-latest
steps:
- name: Drop a welcome note
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 **Welcome to notes.gobinath.com!**
Thanks for opening your first issue — the certification vault is better because of you. A couple of friendly pointers while you're here:
- Peek at our [CONTRIBUTING.md](CONTRIBUTING.md) for formatting tips and the fast path through templates.
- Call out which exam, domain, or resource needs love so we can jump in quickly.
- Screenshots, links, or repro steps (if it's a bug) keep the study notes extra sharp.
Appreciate you taking the time to help future learners. 🙌
pull-request-message: |
🚀 **First PR vibes!**
Thank you for your inaugural contribution to notes.gobinath.com. Before a maintainer reviews it, double-check the essentials:
- `npm install` (once) and `npm run docs:build` help catch broken links or markdown issues locally.
- Reference the relevant certification file(s) in your description so reviewers can follow along.
- Add screenshots, diagrams, or context if you touched visual assets in `public/` or `resources/`.
Can't wait to celebrate this merge with you — welcome aboard! 🎉