Skip to content

Commit 6d8feea

Browse files
Update comment docs
1 parent cfc152f commit 6d8feea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
**What we check**
150150
1. Title is concise (5–18 words) unless labeled `pr:ignore-for-release`.
151151
2. At least one `pr:` label exists (e.g., `pr:bug`, `pr:new-feature`).
152-
3. Sections `## Goal`, `## Implementation`, and `## Testing` contain content.
152+
3. Sections `### Goal`, `### Implementation`, and `### Testing` contain content.
153153
154154
# Flip the same sticky comment to ✅ on success
155155
- name: Create or update success comment
@@ -166,6 +166,6 @@ jobs:
166166
All required conditions are satisfied:
167167
- Title length is OK (or ignored by label).
168168
- At least one `pr:` label exists.
169-
- Sections `## Goal`, `## Implementation`, and `## Testing` are filled.
169+
- Sections `### Goal`, `### Implementation`, and `### Testing` are filled.
170170
171171
🎉 Great job! This PR is ready for review.

0 commit comments

Comments
 (0)