Sheriffing/How To/Backouts: Difference between revisions

add actions for backouts of bugless commits
(→‎Best Practices and Communication: add best way to ask developers if backout from mozilla-central and new Nightlies are needed)
(add actions for backouts of bugless commits)
 
Line 96: Line 96:


<code>hg log -k "1234567"</code>
<code>hg log -k "1234567"</code>
= Backouts of bugless commits =
If the backed out commit has no bug number:
# Create a bug in which the failure and the backout is mentioned. Bugless commits should not be able to cause failures or bustage.
# Needinfo the person who pushed the failing change. If it was pushed by a bot, needinfo the triage owner of the modified files.
Confirmed users
609

edits