ZIm/.github/workflows
Marshall Bowers fc85ca0101
ci: Fix issue response script (#24891)
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
2025-02-14 19:37:33 +00:00
..
bump_collab_staging.yml Update actions/checkout digest to 11bd719 (#19636) 2024-10-23 21:57:06 -04:00
bump_patch_version.yml ci: Restrict more jobs to only run in the zed-industries organization (#23803) 2025-01-28 21:30:42 +00:00
ci.yml Force manual publishing of preview (#24894) 2025-02-14 18:58:39 +00:00
community_close_stale_issues.yml Flag issues as stale more aggressively (#23761) 2025-01-28 01:38:15 -05:00
community_delete_comments.yml ci: Restrict more jobs to only run in the zed-industries organization (#23803) 2025-01-28 21:30:42 +00:00
community_release_actions.yml Revert "Attempt to suppress embeds in Discord webhook (#23807)" (#23855) 2025-01-29 15:08:30 -05:00
danger.yml Update actions/setup-node digest to 1d0ff46 (#23854) 2025-01-29 20:18:19 +00:00
deploy_cloudflare.yml Update cloudflare/wrangler-action digest to 392082e (#24753) 2025-02-12 20:01:42 -05:00
deploy_collab.yml ci: Restrict more jobs to only run in the zed-industries organization (#23803) 2025-01-28 21:30:42 +00:00
docs.yml ci: Pin Prettier to a specific version for docs formatting (#24531) 2025-02-09 16:46:33 +00:00
issue_response.yml ci: Fix issue response script (#24891) 2025-02-14 19:37:33 +00:00
publish_extension_cli.yml ci: Restrict more jobs to only run in the zed-industries organization (#23803) 2025-01-28 21:30:42 +00:00
randomized_tests.yml Update actions/setup-node digest to 1d0ff46 (#23854) 2025-01-29 20:18:19 +00:00
release_nightly.yml Update actions/setup-node digest to 1d0ff46 (#23854) 2025-01-29 20:18:19 +00:00
script_checks.yml ci: Add shellcheck for scripts (#20631) 2024-11-18 16:41:22 -05:00