diff --git a/.github/workflows/IssuePreTriage.yml b/.github/workflows/IssuePreTriage.yml index 96952b36..e7107f3a 100644 --- a/.github/workflows/IssuePreTriage.yml +++ b/.github/workflows/IssuePreTriage.yml @@ -4,6 +4,8 @@ on: schedule: # At 13:00 UTC every day. - cron: '0 13 * * *' + issues: + types: [opened] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/tools/issue-mgmt/CloseDupIssues.ps1 b/tools/issue-mgmt/CloseDupIssues.ps1 index 274ec0b1..1e30e51a 100644 --- a/tools/issue-mgmt/CloseDupIssues.ps1 +++ b/tools/issue-mgmt/CloseDupIssues.ps1 @@ -1,4 +1,4 @@ -## Close issues that are duplicate to #1306 and #1315 +## Close issues that are duplicate to #1306 and #1315 and #3040 class issue {