Skip to content

Commit

Permalink
update stale
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 3, 2023
1 parent bb176eb commit 7876e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: "Close stale issues"
name: "Close stale issues and PRs"
on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:
name: Mark issues and PRs as stale
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
Expand Down

0 comments on commit 7876e6e

Please sign in to comment.