Skip to content

Commit 80a9e10

Browse files
authored
Merge branch 'main' into fix/release-auto-generate-llms
2 parents 7f15066 + fc3c8d5 commit 80a9e10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-llms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ jobs:
154154
script: |
155155
const defaultBranch = context.payload.repository.default_branch;
156156
const head = process.env.BRANCH;
157-
const title = 'chore: update CLIX iOS llms.txt index';
157+
const title = 'chore: update llms.txt';
158158
const body = [
159-
'This PR updates the generated CLIX iOS SDK llms.txt index.',
159+
'This PR updates the generated SDK llms.txt file.',
160160
'',
161161
`- Triggered by: ${context.eventName}`,
162162
`- Range: ${process.env.COMPARE || '(none / full)'}`

scripts/generate_llms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
# CLIX iOS LLMS generator (outputs llms.txt)
4+
# llms.txt generator
55
# Usage:
66
# ./scripts/generate_llms.sh --llm-all
77
# ./scripts/generate_llms.sh --base <old> --head <new> [--llm]

0 commit comments

Comments
 (0)