Changelog

Follow up on the latest improvements and updates.

RSS

The developer bots were failing in cases where main was the default branch, but the but was incorrectly assuming that master was the default branch. This has been fixed. Now, either main or master, or any other default branch name will work.
Before, when running a module, code was committed directly into the main/master branch. Now the default behavior commits the code changes to a new branch in GitHub. From there, you can create a pull request and merge in the change.
This was done to require a human developer to approve the changes first.