From 1ec1a5de4d1fde8cb5dd2697a834e2dbd15fe35c Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 16 Jan 2025 19:50:07 -0500 Subject: [PATCH] Move changes made in main to develop (#4006) * Rewrite CHANGELOG.md for v0.5.2 * [docs] Add missing changes and links to Changelog (#3655) * changelog sweep * Resolve a few conflicts * Resolve more conflicts * DadBattle * Re-add @ianharrigan * Add links to 0.5.0 * Add links and contributors to 0.4.1 and 0.4.0 * Add links to 0.3.3 and finishing touches * Add and polish 0.5.3 changes * Make spacing consistent * Make label actions more convenient (#3771) * fixed a plethora of dead links (#3831) * Add `status: planned` label to label actions (#3910) * Make label actions more convenient * chore: Add status: planned to label actions * Bump the Stage data version to indicate that new values were added. * Updated Save data version to indicate new values. * Only display the Stage Editor in builds that enable it, and enable it by default (this re-enables the Stage Editor keybind). * Enable log messages on all builds by default after we got too many complaints. * Remove unused custom type resolver. * Update save data format and error handling. * Fix a typo. * proj hxp version bump * changelog yoink * Remove duplicate issue detector. (#3944) --------- Co-authored-by: Hundrec Co-authored-by: Abnormal <86753001+AbnormalPoof@users.noreply.github.com> Co-authored-by: Cameron Taylor --- .github/label-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index ef7448ab26..303217a761 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -116,6 +116,8 @@ prs: # Close the pull request close: true + # Set a close reason + close-reason: 'not planned' # Remove other status labels unlabel: - 'status: accepted'