zed/.github/workflows
Joseph T. Lyons 3c95a64a23
Add a rather-conservative stale issue action in dry-run mode (#18233)
Zed is becoming more popular and our issue tracker is only growing
larger and larger. I realize that a stale issue action can be
controversial, but the way we currently manage issues hasn't scaled well
and it will only get worse. We need some crowd-sourced system. Let's ask
those who have opened issues if their issues are still valid. This is
rather conservative and only targets bugs and crashes. I'll run it in
debug mode, report the results, and enable it if it feels right. We can
always turn this off if users end up really not liking it.

My original rules were:

```txt
If an issue is old enough (12 months or older)
AND if there are no recent comments from the team (last dev comment is older than 6 months)
AND it has less than X upvotes (5)
AND it does not have an open PR linked to it
AND is a "defect" or "panic / crash"
AND does not have a "ignore top-ranking issues" label
AND was not opened by a org member
AND is open
AND is issue (not a pull request)

THEN close the issue with a kind message.
```

But only some of these were actually supported in the configuration.

Release Notes:

- N/A
2024-09-23 12:11:26 -04:00
..
bump_collab_staging.yml Auto deploy collab staging daily (#18085) 2024-09-19 10:13:55 -06:00
bump_patch_version.yml Move remaining self-hosted jobs to BuildJet (#18018) 2024-09-18 13:35:55 -04:00
ci.yml ci: Explicitly set cache-provider for swatinem/rust-cache (#18034) 2024-09-18 18:05:30 -04:00
close_stale_issues.yml Add a rather-conservative stale issue action in dry-run mode (#18233) 2024-09-23 12:11:26 -04:00
danger.yml
delete_comments.yml
deploy_cloudflare.yml
deploy_collab.yml ci: Fix collab deploys (#18077) 2024-09-19 11:45:06 -04:00
docs.yml Improve error message when docs need fixing with Prettier (#17907) 2024-09-17 10:06:33 -04:00
publish_extension_cli.yml ci: Explicitly set cache-provider for swatinem/rust-cache (#18034) 2024-09-18 18:05:30 -04:00
randomized_tests.yml Move remaining self-hosted jobs to BuildJet (#18018) 2024-09-18 13:35:55 -04:00
release_actions.yml
release_nightly.yml ci: Bump nightly tag on scheduled Nightly builds (#18134) 2024-09-20 08:46:23 -04:00
update_all_top_ranking_issues.yml Update actions/setup-python digest to f677139 (#17371) 2024-09-04 15:26:47 -04:00
update_weekly_top_ranking_issues.yml Update actions/setup-python digest to f677139 (#17371) 2024-09-04 15:26:47 -04:00