Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ updates:
time: "06:00"
versioning-strategy: increase
labels:
- "miniflare"
- "package:miniflare"
- "dependencies"
- "ci:skip-pr-description-validation"
allow:
Expand Down
2 changes: 1 addition & 1 deletion .github/skills/issue-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Map the issue to a package based on labels, title, and body content:
| Signal | Package |
| ------------------------------------------------------------------------ | ----------------------------------------------- |
| `wrangler` label, wrangler CLI commands, `wrangler.toml`/`wrangler.json` | `packages/wrangler` |
| `miniflare` label, local dev simulation | `packages/miniflare` |
| `package:miniflare` label, local dev simulation | `packages/miniflare` |
| `d1` label, D1 database, `d1 execute`, migrations | `packages/wrangler` (D1 code is in wrangler) |
| `vitest` label, worker tests, `vitest-pool-workers` | `packages/vitest-pool-workers` |
| `vite-plugin` label, vite dev, `@cloudflare/vite-plugin` | `packages/vite-plugin-cloudflare` |
Comment on lines 240 to 242

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.

These all need to be prefixed with product: now

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Fixed in #14988

Expand Down
Loading