mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 07:24:46 +00:00
This PR fixes the issue response script. There were a number of things preventing it from working: - The directory name used in the GitHub Action did not match the one on disk. - The script has been moved accordingly - `ts-node` does not support ESM. - `ts-node` seems unmaintained, so I changed the script to be plain JS that is type-checked with TypeScript. - The data being sent to the Slack API was invalid: - Each section block can only have a maximum of 3000 characters in the `text` field, so we need to break up the issue list across multiple sections. - We needed to escape `&`, `<`, and `>` characters in the issue titles. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| bump_collab_staging.yml | ||
| bump_patch_version.yml | ||
| ci.yml | ||
| community_close_stale_issues.yml | ||
| community_delete_comments.yml | ||
| community_release_actions.yml | ||
| danger.yml | ||
| deploy_cloudflare.yml | ||
| deploy_collab.yml | ||
| docs.yml | ||
| issue_response.yml | ||
| publish_extension_cli.yml | ||
| randomized_tests.yml | ||
| release_nightly.yml | ||
| script_checks.yml | ||