You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/welcome.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@ name: Welcome new contributors
3
3
# This workflow has write permissions on the repo
4
4
# It must not checkout a PR and run untrusted code
5
5
6
-
on: pull_request_target
6
+
on:
7
+
pull_request_target:
8
+
types:
9
+
- opened
7
10
8
11
jobs:
9
12
welcome:
@@ -38,5 +41,5 @@ jobs:
38
41
repo: context.repo.repo,
39
42
body: `**Welcome**, new contributor!
40
43
41
-
Please make sure you're read our [contributing guide](CONTRIBUTING.md) and we look forward to reviewing your Pull request shortly ✨`
44
+
Please make sure you've read our [contributing guide](https://github.com/bevyengine/bevy/blob/main/CONTRIBUTING.md) and we look forward to reviewing your pull request shortly ✨`
0 commit comments