bevy/.github/workflows
Miles Silberling-Cook 0a2e183476
Add basic release content tagging workflow (#18568)
# Objective

This PR begins integrating the new releate-content drafting process
(https://github.com/bevyengine/bevy/pull/18427) into our GitHub
workflows. It's similar to what we had before: Messages are posted to
PRs tagged with `M-Needs-Release-Note` or `M-Needs-Migration-Guide`
asking them to add the required material and linking to the
instructions. These messages do not trigger if the PR already has
modified files in the `release-notes` or `migration-guides` directories
(respectively).

I have also re-arranged and content slightly (to remove the need for a
directory with the current version number), tweaked the language, and
switched the templates to use the [standard markdown frontmatter
format](https://jekyllrb.com/docs/front-matter/).

## Reviewer Questions

+ Do we want to add a CI rule actually requiring tagged PRs to
create/modify files in the correct directories, or is the message prompt
enough?
+ Do we want to add a CI rule to lint the metadata, for example to
enforce that the PR number is included in the files it modifies?
2025-03-27 17:46:39 +00:00
..
action-on-PR-labeled.yml Add basic release content tagging workflow (#18568) 2025-03-27 17:46:39 +00:00
ci-comment-failures.yml Fix CI comment workflow after 18196 (#18217) 2025-03-09 22:50:57 +00:00
ci.yml Add no_std Library Example (#18333) 2025-03-18 00:45:25 +00:00
dependencies.yml add cancel in progress support to automated CI checks (#11130) 2024-02-28 16:07:29 +00:00
docs.yml Trait tags on docs.rs (#17758) 2025-02-11 22:13:38 +00:00
example-run-report.yml action shouldn't comment on a pr if last comment is from action (#18196) 2025-03-09 20:26:19 +00:00
example-run.yml Split example runs to their own GitHub workflow (#18039) 2025-02-25 23:30:31 +00:00
post-release.yml Fix workflows for version bump (#17162) 2025-01-05 20:27:58 +00:00
send-screenshots-to-pixeleagle.yml Split example runs to their own GitHub workflow (#18039) 2025-02-25 23:30:31 +00:00
validation-jobs.yml Split example runs to their own GitHub workflow (#18039) 2025-02-25 23:30:31 +00:00
weekly.yml Automatically close weekly ci issue if weekly ci succeeds (#18016) 2025-02-25 19:21:04 +00:00
welcome.yml Fix Welcome Contributors CI (#15123) 2024-09-09 17:52:11 +00:00