Skip to content

Commit

Permalink
chore(ci): change stalebot interval
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 1, 2021
1 parent a1ae4d8 commit c7b3014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.JINA_DEV_BOT }}
stale-issue-message: 'This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days'
days-before-stale: 20
days-before-close: 4
stale-issue-message: '@jina-ai/product This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days'
days-before-stale: 90
days-before-close: 14

0 comments on commit c7b3014

Please sign in to comment.