Skip to content

Commit

Permalink
wip cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Jul 24, 2023
1 parent b4c1aba commit 0ac889e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/stale-issues-pr.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: 'Close stale issues and PRs'

on:
pull_request:
types: [assigned, opened, synchronize, reopened]

# run once a day at 12
# on:
# schedule:
# - cron: '0 12 * * *'

# run every 2 hours
# on:
# schedule:
# - cron: '0 */2 * * *'
on:
schedule:
- cron: '0 */2 * * *'

jobs:
stale:
Expand Down

0 comments on commit 0ac889e

Please sign in to comment.