Skip to content

Commit

Permalink
chore: add stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 16, 2023
1 parent 1fb5d22 commit 3174f21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Close stale issues and PRs
on:
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-stale: 30
days-before-close: -1
stale-issue-label: stale
stale-pr-label: stale
operations-per-run: 1000

0 comments on commit 3174f21

Please sign in to comment.