Skip to content

Commit db39d4d

Browse files
Update greetings.yml
1 parent 80680b0 commit db39d4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/greetings.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Greetings
22

3-
on: [pull_request, issues]
3+
on: [pull_request_target, issues]
44

55
jobs:
66
greeting:
77
runs-on: ubuntu-latest
88
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'
9+
- uses: actions/first-interaction@v1
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
issue-message: "Hi👋 thanks for creating your first issue for IOSF, Will get back to you soon !. "
13+
pr-message: "🎉Congratulations!!🎉 for making your first PR , our mentors will review it soon."

0 commit comments

Comments
 (0)