Skip to content

Commit

Permalink
Merge branch 'master' into issue1869
Browse files Browse the repository at this point in the history
  • Loading branch information
SAMAD101 authored Apr 7, 2024
2 parents b92fc69 + 7642002 commit f20f2ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/stale.yml → .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
with:
days-before-issue-stale: 60
days-before-issue-stale: 90
days-before-pr-stale: -1
days-before-issue-close: 7
# days-before-pr-close: 10
Expand Down

0 comments on commit f20f2ff

Please sign in to comment.