Skip to content

Commit f8aac16

Browse files
committed
update
1 parent 5d1def5 commit f8aac16

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/auto-llms-txt.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ jobs:
112112
run: |
113113
if [ "${{ steps.agent_run.outcome }}" == "failure" ]; then
114114
echo "⏰ Agent timed out after 20 minutes - this is expected for long-running analysis"
115-
gh pr comment ${{ github.event.pull_request.number }} --body "⏰ **LLMs.txt Auto-Update Timeout**
116-
117-
The automated analysis timed out after 20 minutes. This can happen with large documentation changes. The process has been stopped safely." || true
118115
else
119116
echo "✅ Agent completed successfully"
120-
fi
121-
env:
122-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117+
fi

0 commit comments

Comments
 (0)