You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your contribution to the **Leetcode Journal** project! 🎉
31
+
We value your effort and are excited to review your changes.
32
+
33
+
### PR Checklist:
34
+
Please ensure your PR adheres to the following checklist:
35
+
- [ ] PR description includes a summary and context for the changes.
36
+
- [ ] Relevant dependencies have been listed.
37
+
- [ ] Testing section is filled out with details on verification.
38
+
- [ ] Screenshots/Videos are attached (if applicable).
39
+
- [ ] Checklist items are marked as completed.
40
+
41
+
### Review Notifications:
42
+
- **Project Admin:** @yashksaini-coder
43
+
- **Mentor:** @ompharate
44
+
45
+
The team will review your PR shortly. If you have any questions, feel free to ask here!
46
+
Happy Coding! 🚀
47
+
48
+
- name: Add Comment on Issue
49
+
if: ${{ github.event_name == 'issues' }}
50
+
uses: peter-evans/create-or-update-comment@v3
18
51
with:
19
-
github-token: ${{secrets.GITHUB_TOKEN}}
20
-
script: |
21
-
const issueComment = context.payload.issue
22
-
? `Thank you for opening an issue, @${context.payload.issue.user.login}! will review it soon. Meanwhile you can describe & share your approach on how to resolve this issue.`
23
-
: `Thank you for creating this pull request, @${context.payload.pull_request.user.login}! A reviewer will check it shortly.`;
0 commit comments