Skip to content

Commit

Permalink
Update triage-stale-flaky-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 7, 2025
1 parent 7b565e7 commit 1e758ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/triage-stale-flaky-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Close stale flaky issues
on:
workflow_dispatch: {}
schedule:
- cron: "30 1 * * *"
permissions: {}
Expand All @@ -17,3 +18,4 @@ jobs:
days-before-close: 0
close-issue-message: "This flaky test issue has not been updated in 14 days. It is being closed as presumed resolved."
exempt-issue-labels: "Z-Flaky-Test-Disabled"
operations-per-run: 100

0 comments on commit 1e758ca

Please sign in to comment.