issue.yml: match tracking issue title variants

This commit is contained in:
neil 2026-07-10 10:02:45 +08:00
parent b1b539695f
commit ca118be754

View file

@ -61,7 +61,7 @@ jobs:
// Handled by the Blacklist / Revert Command workflows.
return;
}
if (issue.title.startsWith("Report bugs to")) {
if (/^report\s+(bugs?|issues?)\b/i.test(issue.title)) {
// Tracking issue for a third-party dns/deploy/notify api:
// no upgrade boilerplate; assign it to the opener and label it.
await github.rest.issues.addAssignees({