Skip to content

Commit e53cf76

Browse files
ci: rename style_guide_path to additional_instructions_path (#267)
Tracks the upstream rename in alexanderlhicks/lean-summary-workflow. The input semantics are unchanged for this fork — the new name better reflects that the file passed in can be any deployment-supplied instructions, not just a style guide. Merge ordering: the upstream lean-summary-workflow PR renaming the input must land before this PR. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent df82480 commit e53cf76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
github_repository: ${{ github.repository }}
2828
pr_number: ${{ github.event.pull_request.number }}
2929
# Optional:
30-
style_guide_path: 'CONTRIBUTING.md'
30+
additional_instructions_path: 'CONTRIBUTING.md'
3131
validate_title: 'true'
3232
# upstream_path: 'ToMathlib/'

0 commit comments

Comments
 (0)