From a0fe41b11f3a9df159410cffff6cc4680531a995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 23 Mar 2026 17:44:04 +0100 Subject: [PATCH 1/2] Automatically file archive issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a `reason` field that can be used to file the archiving issue on the feedstock automatically. Fixes #1324 Signed-off-by: Michał Górny --- .github/PULL_REQUEST_TEMPLATE/archive.md | 3 +-- conda_forge_admin_requests/archive_feedstock.py | 16 ++++++++++++++-- examples/example-archive.yml | 4 ++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/archive.md b/.github/PULL_REQUEST_TEMPLATE/archive.md index a93438adf..57fb5ebf5 100644 --- a/.github/PULL_REQUEST_TEMPLATE/archive.md +++ b/.github/PULL_REQUEST_TEMPLATE/archive.md @@ -13,8 +13,7 @@ Cheers and thank you for contributing to conda-forge! * [x] I want to archive a feedstock: * [ ] Pinged the team for that feedstock for their input. - * [ ] Make sure you have opened an issue on the feedstock explaining why it was archived. - * [ ] Linked that issue in this PR description. + * [ ] Specified the reason for archiving the feedstock in the request. * [ ] Added links to any other relevant issues/PRs in the PR description.