Skip to content

🐛 Fix item number retrieval in workflows#1612

Merged
dsyme merged 1 commit intomainfrom
f55
Oct 12, 2025
Merged

🐛 Fix item number retrieval in workflows#1612
dsyme merged 1 commit intomainfrom
f55

Conversation

@dsyme
Copy link
Copy Markdown
Collaborator

@dsyme dsyme commented Oct 12, 2025

Summary

  • Updated multiple GitHub workflow files to use item_number instead of number when retrieving item identifiers
  • Modified getTargetNumber() function in workflows and add_comment.cjs to correctly access item numbers
  • Ensures consistent item number retrieval across different workflows

Details

The changes replace item.number with item.item_number in several workflow files, including:

  • brave.lock.yml
  • ci-doctor.lock.yml
  • pdf-summary.lock.yml
  • poem-bot.lock.yml
  • scout.lock.yml
  • technical-doc-writer.lock.yml
  • unbloat-docs.lock.yml

This modification fixes potential issues with item number identification in various workflow scripts.

@dsyme dsyme merged commit 5d93f93 into main Oct 12, 2025
22 checks passed
@dsyme dsyme deleted the f55 branch October 12, 2025 16:19
Copilot AI added a commit that referenced this pull request Apr 11, 2026
…er to 100MB

Set maxBuffer: 100 * 1024 * 1024 (100 MB) as the default in execGitSync's
spawnSync call, preventing ENOBUFS when git format-patch produces output
exceeding Node.js's default 1 MB buffer limit.

Also adds explicit ENOBUFS detection to surface an actionable error message
instead of the misleading "No changes to commit" fallback.

Closes #1612

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/38d92d89-2d17-4599-b7fe-7b38765cfc33

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant