Skip to content

Commit f91d4cf

Browse files
authored
chore: stop auto-adding cc request in pr-push (#3025)
## Summary - remove the automatic `cc:request` labeling step from the `dyad:pr-push` skill - keep the rest of the push and PR workflow unchanged ## Test plan - npm run fmt - npm run lint:fix - npm run ts - npm test #skip-bugbot 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/3025" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
1 parent 9336b07 commit f91d4cf

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.claude/skills/pr-push/SKILL.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -166,28 +166,9 @@ Commit any uncommitted changes, run lint checks, fix any issues, and push the cu
166166

167167
Use the commit messages and changed files to write a good title and summary.
168168

169-
8. **Add `cc:request` label for non-trivial PRs:**
169+
8. **Do NOT automatically add `cc:request`:**
170170

171-
After creating or updating the PR, determine if the PR is non-trivial and add the `cc:request` label to trigger a code review.
172-
173-
A PR is **trivial** (skip the label) if it ONLY contains:
174-
- Documentation-only changes (`.md` files, comments)
175-
- Snapshot/baseline updates with no test logic changes
176-
- Single-line typo or formatting fixes
177-
178-
All other PRs are **non-trivial** (add the label), including:
179-
- Any changes to source code (`.ts`, `.tsx`, `.js`, etc.)
180-
- Changes to test logic (not just snapshot baselines)
181-
- Configuration changes (`.yml`, `.json`, etc.)
182-
- Any PR touching 3+ files
183-
184-
If the PR is non-trivial:
185-
186-
```
187-
gh pr edit --add-label "cc:request"
188-
```
189-
190-
**Permission fallback:** If this fails with a permission error (common for bot/fork accounts that lack label permissions on the upstream repo), skip label addition silently and note in the summary that the label could not be added. Do NOT fail the workflow over a label.
171+
Do not add the `cc:request` label automatically as part of this skill. Leave review-request labeling unchanged unless the user explicitly asks for it separately.
191172

192173
9. **Remove review-issue label:**
193174

0 commit comments

Comments
 (0)