File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727 SINCE=$(date -d "${LOOKBACK_DAYS} days ago" --iso-8601)
2828 echo "since=${SINCE}" >> "$GITHUB_OUTPUT"
2929
30- # Get commit summary for the prompt
3130 # Get commit log for relevant paths
3231 COMMIT_LOG=$(git log --since="${SINCE}" --oneline --no-merges \
3332 -- '*.go' 'block/' 'core/' 'types/' 'pkg/' 2>/dev/null || echo "")
6867 - Do NOT make changes if commits are just bug fixes or minor tweaks
6968
7069 ## Output
71- - If updates were made, commit changes with message "docs: update ev-node-explainer skill based on weekly changes "
70+ - If updates were made, commit with message "docs: update ev-node-explainer skill"
7271 - If no meaningful updates needed, output "No skill updates required"
7372
7473 allowed_tools : |
You can’t perform that action at this time.
0 commit comments