@@ -75,6 +75,7 @@ create-issue
7575create-pull-request
7676create-pull-request-review-comment
7777cron
78+ cross-repository
7879custom
7980custom-safe-outputs
8081daily
@@ -120,11 +121,13 @@ gh-aw
120121github
121122github-app
122123github-token
124+ github-tools
123125go.mod
124126gpt-5
125127gpt-5-mini
126128haiku
127129headers
130+ hide-older-comments
128131hourly
129132http
130133id-token
@@ -149,8 +152,9 @@ lock.yml
149152lockfile
150153manifest
151154markdown
152- max-continuations
153155max-ai-credits
156+ max-continuations
157+ max-daily-ai-credits
154158max-patch-size
155159max-runs
156160max-turns
@@ -164,6 +168,7 @@ merged
164168midnight
165169min-integrity
166170min-samples
171+ min-version
167172mini
168173model
169174model-alias
@@ -190,6 +195,7 @@ post-steps
190195pre-activation
191196pre-steps
192197prepend
198+ preserve-branch-name
193199private-key
194200projected-effective-tokens
195201prompt.txt
@@ -238,6 +244,8 @@ steps.sanitized.outputs.body
238244steps.sanitized.outputs.text
239245steps.sanitized.outputs.title
240246stop-after
247+ sub-agent
248+ sub-issues
241249target-repo
242250threat-detection
243251timeout-minutes
@@ -307,6 +315,13 @@ Common misrecognitions to correct:
307315- "GitHub app" → "github-app" (hyphenated in YAML context)
308316- "steps dot sanitized dot outputs dot text" → "steps.sanitized.outputs.text"
309317- "fuzzy schedule" → "fuzzy-schedule" (hyphenated)
318+ - "cross repository" → "cross-repository" (hyphenated)
319+ - "sub agent" → "sub-agent" (hyphenated)
320+ - "sub issues" → "sub-issues" (hyphenated)
321+ - "GitHub tools" → "github-tools" (hyphenated in YAML context)
322+ - "hide older comments" → "hide-older-comments" (hyphenated)
323+ - "preserve branch name" → "preserve-branch-name" (hyphenated)
324+ - "max daily AI credits" → "max-daily-ai-credits" (hyphenated)
310325
311326## Clean Up and Improve Text
312327
0 commit comments