mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
chore(ci): allow 'Reland' PR title prefix (#18273)
This commit is contained in:
parent
d33369c6c7
commit
a5ad3a44b5
@ -28,6 +28,9 @@ const validPrefixes = [
|
||||
// allow Revert PRs because it allows us to remove the landed
|
||||
// commit from the generated changelog
|
||||
"Revert ",
|
||||
// allow Reland PRs because when editing the changelog, it helps us identify
|
||||
// commits that were reverted, but then relanded
|
||||
"Reland ",
|
||||
// Allow landing breaking changes that are properly marked
|
||||
"BREAKING",
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user