Skip to content

Revert "Fix submodule configuration for RobotStateMachine"#70

Merged
jondave merged 1 commit intomasterfrom
revert-66-fix_submodule
Dec 1, 2025
Merged

Revert "Fix submodule configuration for RobotStateMachine"#70
jondave merged 1 commit intomasterfrom
revert-66-fix_submodule

Conversation

@jondave
Copy link

@jondave jondave commented Dec 1, 2025

Reverts #66

Remove [RobotStateMachine @ 911d58d] as it is no longer used.

This pull request mainly updates CI configuration and submodule management for the repository. The most significant changes are grouped below by theme.

CI Workflow Updates:

  • Downgraded the actions/checkout GitHub Action from version 5 to version 3 in .github/workflows/ros-ci.yml to address compatibility or stability concerns.
  • Changed the import-token for ros-tooling/action-ros-ci from a custom secret (ORGA_GH_TOKEN) to the default github.token, improving maintainability and reducing secret management overhead.

Submodule Management:

  • Removed the RobotStateMachine submodule from .gitmodules, indicating it is no longer tracked as a submodule in the repository.
  • Updated the commit reference for src/RobotStateMachine to point to a new commit, reflecting either a manual update or the removal of the submodule.

Copy link

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 reverts a previous submodule configuration change by removing the RobotStateMachine submodule and updating CI workflow configurations to use standard GitHub tokens instead of custom organization secrets.

  • Removed RobotStateMachine as a tracked git submodule
  • Downgraded actions/checkout from v5 to v3 in CI workflow
  • Replaced custom ORGA_GH_TOKEN with default github.token for improved maintainability

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.gitmodules Removed RobotStateMachine submodule configuration entry
src/RobotStateMachine Updated subproject commit reference (inconsistent with submodule removal)
.github/workflows/ros-ci.yml Downgraded checkout action and switched to default GitHub token
Comments suppressed due to low confidence (1)

src/RobotStateMachine:1

  • The submodule entry still exists with a new commit reference despite the removal of its configuration in .gitmodules. If RobotStateMachine is truly no longer used as stated in the PR description, this directory should be completely removed from git tracking using git rm -r src/RobotStateMachine.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jondave jondave merged commit ba8d696 into master Dec 1, 2025
6 of 8 checks passed
@jondave jondave deleted the revert-66-fix_submodule branch December 1, 2025 14:41
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