We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80680b0 + db39d4d commit 73eb14aCopy full SHA for 73eb14a
1 file changed
.github/workflows/greetings.yml
@@ -1,13 +1,13 @@
1
name: Greetings
2
3
-on: [pull_request, issues]
+on: [pull_request_target, issues]
4
5
jobs:
6
greeting:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/first-interaction@v1
10
- with:
11
- repo-token: ${{ secrets.GITHUB_TOKEN }}
12
- issue-message: 'Thank you for submitting an issue to IOSF. Someone will address it soon , first issue'
13
- pr-message: 'Thank you for submitting a PR to IOSF. Someone will review it soon. Happy Coding :tada: first pr'
+ - uses: actions/first-interaction@v1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ issue-message: "Hi👋 thanks for creating your first issue for IOSF, Will get back to you soon !. "
+ pr-message: "🎉Congratulations!!🎉 for making your first PR , our mentors will review it soon."
0 commit comments