File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments