Skip to content

Commit

Permalink
Merge pull request #189 from hmcts/NFDIV-4430-introduce-workflow
Browse files Browse the repository at this point in the history
NFDIV-4430 - Removed Debug mode and Workflow scheduled for 3AM everyday
  • Loading branch information
pallavijustice authored Oct 24, 2024
2 parents d73fb1c + 5b0f07d commit 3bfeabc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '0 16 * * *' # Runs at 4PM every day
- cron: '0 3 * * *' # Runs at 3AM everyday

jobs:
stale:
Expand Down Expand Up @@ -38,4 +38,3 @@ jobs:
days-before-close: '2'
days-before-stale: '12'
exempt-pr-labels: 'pinned,dependencies'
debug-only: 'true'

0 comments on commit 3bfeabc

Please sign in to comment.