Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 22 additions & 24 deletions .github/workflows/changeset.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .github/workflows/changeset.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Changeset Generator
description: Automatically creates changeset files when PRs are labeled with 'changeset' or 'smoke' to document changes for release notes
description: Automatically creates changeset files when PRs are labeled with 'changeset' to document changes for release notes
on:
pull_request:
types: [labeled]
names: ["changeset", "smoke"]
names: ["changeset"]
workflow_dispatch:
reaction: "rocket"
if: github.event.pull_request.base.ref == github.event.repository.default_branch
Expand Down Expand Up @@ -158,4 +158,3 @@ Your task is to:
- **Follow Conventions**: Use the exact changeset format specified above
- **Single Package Default**: If unsure about package structure, default to "gh-aw"
- **Smart Naming**: Use descriptive filenames that indicate the change (e.g., `patch-fix-rendering-bug.md`)

Loading