Skip to content

Commit 1ec0755

Browse files
jeanschmidtpytorchmergebot
authored andcommitted
[ISSUES] Update ci:sev template to include a note about ci: disable-autorevert label (pytorch#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: pytorch#165459 Approved by: https://github.com/malfet
1 parent 058782c commit 1ec0755

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/ci-sev.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ assignees: ''
88
---
99

1010
> NOTE: Remember to label this issue with "`ci: sev`"
11+
> If you want autorevert to be disabled, keep the ci: disable-autorevert label
1112
1213
<!-- Add the `merge blocking` label to this PR to prevent PRs from being merged while this issue is open -->
1314

.github/ISSUE_TEMPLATE/disable-autorevert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: DISABLE AUTOREVERT
2+
name: "D❌​\U0001F519​ ISABLE AUTOREVERT"
33
about: Disables autorevert when open
4-
title: "❌​\U0001F519[DISABLE AUTOREVERT]"
4+
title: "[DISABLE AUTOREVERT]"
55
labels: 'ci: disable-autorevert'
66
assignees: ''
77

0 commit comments

Comments
 (0)