From 1ec0755a7e55b73e920bca8a2ee76c39b699f731 Mon Sep 17 00:00:00 2001 From: Jean Schmidt Date: Tue, 14 Oct 2025 20:32:46 +0000 Subject: [PATCH] [ISSUES] Update ci:sev template to include a note about ci: disable-autorevert label (#165459) We noticed that disabling autorevert in any and all ci:sevs is too impactful, as ci: sevs are sometimes created just to communicate an action or a impactful change. But sometimes durring a SEV we might not want to disable autorevert anyways, a example is a ci: sev impacting jobs we don't use as basis for autorevert. So, a note is added reminding the ci:sev author to optionally add this tag to disable auto-revert Note: using this opportunity to fix the ci: disable-autorevert issues. As it is best for the title to be simple and the displayed message in the GitHub interface to be decorated with emoji :) Pull Request resolved: https://github.com/pytorch/pytorch/pull/165459 Approved by: https://github.com/malfet --- .github/ISSUE_TEMPLATE/ci-sev.md | 1 + .github/ISSUE_TEMPLATE/disable-autorevert.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ci-sev.md b/.github/ISSUE_TEMPLATE/ci-sev.md index 42234a75338e..1ed74161f55d 100644 --- a/.github/ISSUE_TEMPLATE/ci-sev.md +++ b/.github/ISSUE_TEMPLATE/ci-sev.md @@ -8,6 +8,7 @@ assignees: '' --- > NOTE: Remember to label this issue with "`ci: sev`" +> If you want autorevert to be disabled, keep the ci: disable-autorevert label diff --git a/.github/ISSUE_TEMPLATE/disable-autorevert.md b/.github/ISSUE_TEMPLATE/disable-autorevert.md index 11cc5ddac5e5..a76f2e4222eb 100644 --- a/.github/ISSUE_TEMPLATE/disable-autorevert.md +++ b/.github/ISSUE_TEMPLATE/disable-autorevert.md @@ -1,7 +1,7 @@ --- -name: DISABLE AUTOREVERT +name: "D❌​\U0001F519​ ISABLE AUTOREVERT" about: Disables autorevert when open -title: "❌​\U0001F519​ [DISABLE AUTOREVERT]" +title: "[DISABLE AUTOREVERT]" labels: 'ci: disable-autorevert' assignees: ''