-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: submodule updates & reset strategy w/ Github App Fixing a few things: - Use Github REST API to create Git trees & commits. This let's us update submodules commits too. It will still lead to a "verified" commit. For example, to update a submodule, run: ``` octopilot ... --git-recurse-submodules --update 'exec(cmd=git,args=checkout xxxxxx,path=/submodule-path)' --update 'exec(cmd=git,args=add .)' ``` - Reset strategy did not actually work. It would just close the PR after the force-push. - Also the recurse submodule init hack was not substituting the URL correctly * lint * stage submodules if they change * lint * lint * fix case where no submodules are initialized
- Loading branch information
1 parent
154601c
commit abe9f08
Showing
4 changed files
with
183 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.