Skip to content

Commit 49d34de

Browse files
authored
Trigger the GitHub action by issue-open event (#3041)
1 parent 9c816be commit 49d34de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/IssuePreTriage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
# At 13:00 UTC every day.
66
- cron: '0 13 * * *'
7+
issues:
8+
types: [opened]
79
# Allows you to run this workflow manually from the Actions tab
810
workflow_dispatch:
911

tools/issue-mgmt/CloseDupIssues.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Close issues that are duplicate to #1306 and #1315
1+
## Close issues that are duplicate to #1306 and #1315 and #3040
22

33
class issue
44
{

0 commit comments

Comments
 (0)