mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 14:58:11 +08:00
fix: override default so that issues are not marked as stale (#2627)
This commit is contained in:
@@ -12,6 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
days-before-issue-stale: -1 # Do not mark any issues as stale
|
||||
days-before-pr-stale: 14
|
||||
days-before-pr-close: 3
|
||||
stale-pr-message: "This PR has not seen any activity in the past 2 weeks; if no one comments or reviews it in the next 3 days, this PR will be closed."
|
||||
|
||||
Reference in New Issue
Block a user