Skip to content

Commit

Permalink
Trigger the GitHub action by issue-open event (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored Nov 16, 2021
1 parent 9c816be commit 49d34de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 49d34de

Please sign in to comment.