Skip to content

Update announcements - #2449

Merged
Su (sushmangupta) merged 1 commit into
mainfrom
adhoc/announce-detector1
Aug 14, 2026
Merged

Update announcements#2449
Su (sushmangupta) merged 1 commit into
mainfrom
adhoc/announce-detector1

Conversation

@sushmangupta

Copy link
Copy Markdown
Contributor

Summary

Related links

Checklist

  • I reviewed affected links, code samples, and cross-references, including PageRef references where relevant.
  • I added or updated redirects in .gitbook.yaml if pages were moved, renamed, or deleted.
  • I updated .wordlist.txt (and sorted it) if spellcheck flags new legitimate terms.
  • Any required dependent changes in downstream modules have already been merged and published.
  • This pull request is ready for review.

Notes

Copilot AI lite review requested due to automatic review settings August 14, 2026 12:58
@shopware-dev-docs-connector

shopware-dev-docs-connector Bot commented Aug 14, 2026

Copy link
Copy Markdown

Developer Docs healthcheck

Status: Completed with failure.
Repository: shopware/docs
Commit: d15ce3e
Preview: No Vercel preview URL was found in the workflow logs.
Workflow run: #4831

@github-actions

Copy link
Copy Markdown
Contributor

📢 Developer Announcement Recommendation

Recommendation: ❌ No Announcement Recommended

No developer announcement signals were detected.

This PR does not appear to introduce developer-facing changes that require a community announcement.

@sushmangupta
Su (sushmangupta) merged commit 5e4c87c into main Aug 14, 2026
8 of 9 checks passed
@sushmangupta
Su (sushmangupta) deleted the adhoc/announce-detector1 branch August 14, 2026 12:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the weekly announcement generation workflow to produce a Markdown announcement and (intended) upload it as a workflow artifact, aligning the repo’s automation with shareable weekly release/PR summaries.

Changes:

  • Generate a Markdown-formatted weekly announcement from merged PRs labeled Announcement.
  • Write the generated content to announcement.md for reuse outside the job logs.
  • Add an artifact upload step (currently placed incorrectly in the workflow YAML).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/generate-announcement.yml Attempts to upload announcement.md as an artifact, but the step is currently at an invalid YAML level.
.github/scripts/generate-announcement.js Switches from console-only output to generating and writing a structured Markdown announcement.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +3 to +7
- name: Upload Announcement
uses: actions/upload-artifact@v4
with:
name: weekly-announcement
path: announcement.md
Comment on lines +87 to 90
let markdown = `# Weekly Developer Announcement

console.log("");
Generated on ${new Date().toDateString()}

Comment on lines +83 to 86
//--------------------------------------------------
// Generate Markdown
//--------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants