mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
issue.yml: match tracking issue title variants
This commit is contained in:
parent
b1b539695f
commit
ca118be754
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue.yml
vendored
2
.github/workflows/issue.yml
vendored
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue