Skip to content

Fix Github Actions Workflow Failures#40

Merged
GhostwheeI merged 1 commit into
mainfrom
jules-3330456936485674988-c9d3457d
May 17, 2026
Merged

Fix Github Actions Workflow Failures#40
GhostwheeI merged 1 commit into
mainfrom
jules-3330456936485674988-c9d3457d

Conversation

@GhostwheeI
Copy link
Copy Markdown
Owner

This PR fixes issues in the automated repository discovery workflow.

Issues fixed:

  1. z.repo_support/scripts/integrate_repositories.py crashing with a TypeError ('<' not supported between instances of 'str' and 'NoneType') when preparing CSV fieldnames for headers due to None keys being accidentally included when iterating sets of dictionary keys. Fixed by proactively filtering them out using .discard(None).
  2. .github/workflows/discover-repositories.yml incorrectly setting --base-path="../../.." which attempts to escape the root directory of the repository causing a Permission Denied error upon integration. Since the workflow commands are executed from z.repo_support/scripts/, the proper offset is ../.. to get to the root of the project.

PR created automatically by Jules for task 3330456936485674988 started by @GhostwheeI

Co-authored-by: GhostwheeI <155011637+GhostwheeI@users.noreply.github.com>
Repository owner deleted a comment from google-labs-jules Bot May 17, 2026
@GhostwheeI GhostwheeI merged commit b164d79 into main May 17, 2026
1 check passed
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