zed/.github
morgankrey 045b740090
Fix shell quoting and gh auth in docs suggestions workflow (#49518)
Fixes two issues in the documentation suggestions workflow:

1. **Shell quoting bug**: PR titles containing quotes (e.g., `agent_ui:
Add the ability to undo "reject all"`) were breaking the shell script
because the title was substituted directly into the script. Moved
`PR_TITLE`, `PR_NUM`, and `OUTPUT_FILE` to environment variables where
special characters are handled safely.

2. **GH CLI auth issue**: The `gh` CLI sometimes fails to auto-detect
`GH_TOKEN` in the environment, causing `gh pr view` and `gh pr diff` to
fail with "Bad credentials". Added explicit `gh auth login --with-token`
in both the batch-suggestions and cherry-pick-suggestions jobs.

Release Notes:

- N/A
2026-02-18 16:26:15 -06:00
..
actions ci: Fix docs build post #45130 (#45330) 2025-12-19 03:40:27 +00:00
DISCUSSION_TEMPLATE Fix feature request guidelines link in discussion template (#49129) 2026-02-13 20:27:01 +00:00
ISSUE_TEMPLATE Add security warnings to issue templates (#47957) 2026-01-29 14:17:53 -05:00
workflows Fix shell quoting and gh auth in docs suggestions workflow (#49518) 2026-02-18 16:26:15 -06:00
actionlint.yml Reapply "Try namespace mac runners (#47675)" (#47721) (#47727) 2026-01-26 22:02:52 -07:00
cherry-pick-bot.yml Maybe make cherry-pick-bot better 2024-02-28 15:26:30 -07:00
CODEOWNERS Update CODEOWNERS (includes suggested entries) (#47273) 2026-02-17 18:44:19 -05:00
FUNDING.yml Add sponsor button to main Zed repo (#46807) 2026-01-14 10:38:51 -06:00
pull_request_template.md Update pull_request_template.md (#48805) 2026-02-13 09:23:51 +00:00