-
Notifications
You must be signed in to change notification settings - Fork 110
Add GitHub Action to automate the creation of LLMs.txt and LLMs-full.txt #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
🟡 Heimdall Review Status
|
🤖 LLM summary files updated Updated the following documentation summary files based on changes in subdirectories: Files updated:
This comment will be updated if you make more changes to the PR. |
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: Install Cursor CLI |
Check failure
Code scanning / CodeQL
Checkout of untrusted code in trusted context High
issue_comment
- name: Checkout repository for feedback processing | ||
if: steps.check-reply.outputs.is_feedback == 'true' | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Cursor CLI for feedback |
Check failure
Code scanning / CodeQL
Checkout of untrusted code in trusted context High
What changed? Why?
Adding a github action to automate the update of llms.txt and llms-full.txt for each sub-directory (base-account, onchainkit, etc)