Skip to content

Commit d6f4543

Browse files
authored
Merge pull request #536 from netwrix/dev
remove emojis from progress comment, use consistent headers
2 parents d9fd7dc + 6575e63 commit d6f4543

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.claude/skills/doc-pr-fix/SKILL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Then post a PR comment mirroring your task list so the writer can see what you'r
6161

6262
```bash
6363
PROGRESS_COMMENT_ID=$(gh pr comment "$PR_NUMBER" --body "$(cat <<'EOF'
64-
**Working on it...** ✏️
64+
**Fix in progress:**
6565
6666
- [ ] Fix Vale issues in `path/to/file.md` (N issues)
6767
- [ ] Fix Vale issues in `path/to/other.md` (N issues)
@@ -120,9 +120,8 @@ Replace the progress comment with a completion summary. Don't post a separate co
120120
```bash
121121
gh api repos/{owner}/{repo}/issues/comments/$PROGRESS_COMMENT_ID \
122122
-X PATCH -f body="$(cat <<'EOF'
123-
**Fixes applied** ✅
123+
**Fix complete:**
124124
125-
- [x] Read PR diff and review comments
126125
- [x] Fix Vale issues in `path/to/file.md` (N issues)
127126
- [x] Fix Vale issues in `path/to/other.md` (N issues)
128127
- [x] Verify changes

0 commit comments

Comments
 (0)