Skip to content

Commit 01ea184

Browse files
committed
Change trigger from pull_request_target to pull_request for star reminder workflow
1 parent c142fe9 commit 01ea184

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/star-reminder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Star Reminder for Contributors
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [opened]
66

7+
# pull_request_target: (for on every pr)
8+
79
jobs:
810
star-reminder:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)