File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 💬 Comment on Pull Request
2
+
3
+ on :
4
+ pull_request :
5
+ types : [opened]
6
+
7
+ jobs :
8
+ comment_pr :
9
+ runs-on : ubuntu-latest
10
+ name : Auto-comment PR
11
+ permissions : # Add this block
12
+ pull-requests : write
13
+ steps :
14
+ - name : Checkout Repository
15
+ uses : actions/checkout@v3
16
+
17
+ - name : Add Pull Request Comment
18
+ uses : thollander/actions-comment-pull-request@v3
19
+ with :
20
+ message : |
21
+ 👋 Hi @${{ github.actor }}, thank you for your contribution!
22
+ We appreciate your effort in submitting this pull request to **TechInterviewMaster** 🚀
23
+
24
+ 🔍 Our team will review your changes shortly.
25
+ If you haven’t already:
26
+ - Make sure your PR follows our [contributing guidelines](../blob/main/CONTRIBUTING.md)
27
+ - Link any related issues
28
+ - Add a meaningful description of your changes
29
+
30
+ Let's make tech interviews easier for everyone! 💪
31
+ — _The Maintainers_
You can’t perform that action at this time.
0 commit comments