Auto-create GitHub issue on Hugo deploy failure (#49)
* Add GitHub Discussions weekly announcement integration - Enable Discussions feature on the repository - Add 'Post to Discussions' step to notify job - Post weekly summary as Discussion in Announcements category - Make step optional with continue-on-error to prevent workflow failure Closes #21 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add deploy failure issue notification Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address Copilot review comments on PR #49 - Remove 'Post to Discussions' changes from crawl-and-publish.yml (out of scope for PR) - Fix deploy-site.yml to use run ID instead of date in issue title (prevents stale titles) - These changes align with the PR's stated purpose of auto-creating issues on deploy failures Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>