bevy/.github/workflows
Rob Parrett ca2d91e7ab Fix CI welcome message (#7428)
# Objective

Fixes #7424

## Solution

https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
> By default, a workflow only runs when a pull_request_target event's activity type is opened, synchronize, or reopened.

Specify `opened` so that this only runs when a PR is opened

While I was in there, I fixed a couple other issues:
- extra indentation that was causing the welcome message to be put in a code block.
- broken relative link in message (was resolving to <https://github.com/bevyengine/bevy/pull/CONTRIBUTING.md>)
- fixed a few other minor typos in the message

cc @mockersf
2023-01-30 20:21:06 +00:00
..
ci-comment-failures.yml Fix ci error comments (#7416) 2023-01-29 23:05:33 +00:00
ci.yml Fix ci error comments (#7416) 2023-01-29 23:05:33 +00:00
dependencies.yml migrate away from actions-rs actions to dtolnay/rust-toolchain (#6432) 2022-10-31 17:36:23 +00:00
docs.yml migrate away from actions-rs actions to dtolnay/rust-toolchain (#6432) 2022-10-31 17:36:23 +00:00
post-release.yml remove spancmp (#7409) 2023-01-30 05:50:28 +00:00
release.yml remove spancmp (#7409) 2023-01-30 05:50:28 +00:00
validation-jobs.yml ci: Use Ubuntu 22.04 runner for run-examples, run-examples-on-wasm jobs (#6875) 2022-12-08 20:05:27 +00:00
welcome.yml Fix CI welcome message (#7428) 2023-01-30 20:21:06 +00:00