Skip to content

Conversation

@thedannywahl
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 28, 2025 20:53
@thedannywahl thedannywahl enabled auto-merge (squash) October 28, 2025 20:54
@thedannywahl thedannywahl merged commit 8d0f6e7 into main Oct 28, 2025
10 checks passed
@thedannywahl thedannywahl deleted the shared-configs/workflows/automation branch October 28, 2025 20:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the shared-configs package version to 2.0.1 and expands the automated release workflow for the aiinfo package to commit additional file changes beyond just ./node and ./cache directories.

Key changes:

  • Bumps package version from 2.0.0 to 2.0.1
  • Expands workflow to commit changes from ./src and Changelog.md in addition to ./node and ./cache
  • Updates workflow step names and messaging to reflect the broader scope

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Version bump from 2.0.0 to 2.0.1
.github/workflows/aiinfo-scheduled-release.yml Expands git staging to include src and Changelog.md files for automated commits

set -euo pipefail
# Stage only the desired paths
git add -A ./node ./cache || true
git add -A packages/aiinfo/src packages/aiinfo/node packages/aiinfo/cache packages/aiinfo/Changelog.md || true
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The git add command uses relative paths that assume the current working directory is the repository root. The workflow doesn't explicitly set a working directory for this step, which could lead to failures if the default working directory changes. Consider either: 1) explicitly setting working-directory: . for this step, or 2) using absolute paths with ${{ github.workspace }}/packages/aiinfo/... for clarity and robustness.

Copilot uses AI. Check for mistakes.
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.

2 participants