Skip to content

Commit

Permalink
Feature/add stale GitHub action (#1452)
Browse files Browse the repository at this point in the history
* adding the stale action to the repo

* adding permissions and changing the time so I can see it run

* update time to see it run

* moving it to 9:30 am
  • Loading branch information
IsmaelMartinez authored Oct 16, 2024
1 parent 5177492 commit 9adfef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PR'
on:
schedule:
- cron: '24 10 * * *'
- cron: '30 9 * * *'

jobs:
stale:
Expand Down

0 comments on commit 9adfef2

Please sign in to comment.