mirror of
https://github.com/git/git.git
synced 2026-08-08 17:11:48 +00:00
Meta/cook: mark topics that graduated as such
This commit is contained in:
4
cook
4
cook
@@ -797,9 +797,9 @@ sub tweak_willdo {
|
||||
sub tweak_graduated {
|
||||
my ($td) = @_;
|
||||
|
||||
# Remove the "Will merge" marker from topics that have graduated.
|
||||
# Rename the "Will merge" marker from topics that have graduated.
|
||||
for ($td->{'text'}) {
|
||||
s/\n Will merge to '$MASTER'\.(\n|$)/ /s;
|
||||
s/\n Will merge to '$MASTER'\.(\n|$)/\n Graduated to '$MASTER'.$1/s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user