Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 11, 2024
1 parent 281c970 commit dd0a1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close_stale_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Close stale PRs

on:
pull_request:
schedule:
# Every day at 1:39 AM UTC. A random time to avoid GitHub Actions being overloaded by scheduled workflows.
- cron: '39 1 * * *'
Expand All @@ -23,3 +24,4 @@ jobs:
close-pr-message: >
Closing this pull request because it has been stale for very long. If you think this is still relevant,
feel free to reopen it.
debug-only: true

0 comments on commit dd0a1fd

Please sign in to comment.