Skip to content

Commit

Permalink
chore(ci): don't auto-close issues (MystenLabs#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker authored Sep 1, 2022
1 parent 3d9ea00 commit 4938a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions narwhal/.github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
# We disable issue closing for now
days-before-issue-close: -1
exempt-all-milestones: true
exempt-all-assignees: true
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
Expand Down

0 comments on commit 4938a7a

Please sign in to comment.