Skip to content

Commit 295c75a

Browse files
committed
Sync auto-copilot-functionality-docs-review.yml from .github repo
1 parent c3074d0 commit 295c75a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/auto-copilot-functionality-docs-review.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ jobs:
211211
212212
cat /tmp/doc-analysis.md
213213
214-
<<<<<<< HEAD
215214
- name: Documentation Quality Analysis
216215
run: |
217216
echo "" >> /tmp/doc-analysis.md
@@ -317,8 +316,10 @@ jobs:
317316
echo "- Include changelog or release notes" >> /tmp/doc-analysis.md
318317
319318
cat /tmp/doc-analysis.md
320-
=======
321-
- name: GitHub Copilot Documentation Review
319+
continue-on-error: true
320+
321+
- name: GitHub Copilot Documentation Review (optional)
322+
if: ${{ secrets.COPILOT_TOKEN != '' }}
322323
uses: austenstone/copilot-cli-action@v2
323324
with:
324325
copilot-token: ${{ secrets.COPILOT_TOKEN }}
@@ -332,9 +333,8 @@ jobs:
332333
6. Verify code comments and inline documentation
333334
7. Check for API documentation if applicable
334335
8. Ensure contributing guidelines are present
335-
336+
336337
Provide specific recommendations with file names and sections.
337-
>>>>>>> main
338338
continue-on-error: true
339339

340340
- name: Create Documentation Review Report

0 commit comments

Comments
 (0)