From 97265dd256cedfca66244a764263129b7eca7108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=AD=E9=B8=AD=E3=80=8C=E3=82=AB=E3=83=A2=E3=80=8D?= Date: Thu, 6 Feb 2025 01:02:30 +0800 Subject: [PATCH] Modify the reply message for label xxx-Version-Removal (#222988) Co-authored-by: Kaleb Luedtke --- .github/policies/labelAdded.highestVersionRemoval.yml | 3 +++ .github/policies/labelAdded.lastVersionRemoval.yml | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/policies/labelAdded.highestVersionRemoval.yml b/.github/policies/labelAdded.highestVersionRemoval.yml index e099f5b8cea..80d27281614 100644 --- a/.github/policies/labelAdded.highestVersionRemoval.yml +++ b/.github/policies/labelAdded.highestVersionRemoval.yml @@ -29,6 +29,9 @@ configuration: Please provide the reason for removal to help our moderators understand the context. + (This might be in error if the version is switching from semantic to string, or string to semantic.) + + Template: msftbot/highestVersionRemoval - assignTo: author: True diff --git a/.github/policies/labelAdded.lastVersionRemoval.yml b/.github/policies/labelAdded.lastVersionRemoval.yml index a7746a46077..bb31da1f5fd 100644 --- a/.github/policies/labelAdded.lastVersionRemoval.yml +++ b/.github/policies/labelAdded.lastVersionRemoval.yml @@ -23,10 +23,13 @@ configuration: Hello @${issueAuthor}, - This PR removes the last version of the package from the repository. + This PR removes the last version of this package in the repository, meaning it will completely remove this package from WinGet. - Please check if the package requires an update or is available from another source. + Please provide the reason for removal to help our moderators understand the context and check if the package requires an update or is available from another source. + + + Is it available from another location? (This might be in error if the version is switching from semantic to string, or string to semantic.) Template: msftbot/lastVersionRemoval