fix monthly tags (#8554)

This commit is contained in:
Martin Pugh
2021-04-07 12:52:02 +02:00
committed by GitHub
parent 58d00df134
commit 467f42b5b3
2 changed files with 3 additions and 2 deletions
@@ -32,7 +32,7 @@ $line"
runtime_changes="$runtime_changes
$line"
fi
if has_label 'paritytech/substrate' "$pr_id" 'D1-runtime-migration'; then
if has_label 'paritytech/substrate' "$pr_id" 'E1-runtime-migration'; then
migrations="$migrations
$line"
fi