We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c142fe9 commit 01ea184Copy full SHA for 01ea184
1 file changed
.github/workflows/star-reminder.yml
@@ -1,9 +1,11 @@
1
name: Star Reminder for Contributors
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types: [opened]
6
7
+ # pull_request_target: (for on every pr)
8
+
9
jobs:
10
star-reminder:
11
runs-on: ubuntu-latest
0 commit comments