Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔄 synced file(s) with neurobagel/workflows #8

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- uses: actions/stale@v8
with:
stale-issue-message: |
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 75 days.
We have applied the `_flag:stale` label to indicate that this issue should be reviewed again.
When you review, please reread the spec and then apply one of these three options:
- prioritize: apply the `flag:schedule` label to suggest moving this issue into the backlog now
- close: if the issue is no longer relevant, explain why (give others a chance to reply) and then close.
- archive: sometimes an issue has important information or ideas but we won't work on it soon. In this case
apply the `someday` label to show that this won't be prioritized. The stalebot will ignore issues with this
label in the future. Use sparingly!
days-before-stale: 30
days-before-stale: 75
days-before-close: -1
stale-issue-label: '_flag:stale'
exempt-issue-labels: 'Roadmap,Milestone,Epic,someday'