Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/IssuePreTriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion tools/issue-mgmt/CloseDupIssues.ps1
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down