The changes made allow the body of the pull request submitted by trestle-bot to be configured as "Authored by trestle-bot." The changed parameter allows for configuring the PR submitted by trestle-bot to provide additional context for the user. The Makefile develop test case change allows for proper local working privileges.
Closes #320
## Type of change
[X] Bug fix (non-breaking change which fixes an issue)
How has this been tested?
[x] The commands make test and make develop were run on the command line to validate the test cases.
[x] Tests run using poetry were performed using poetry install --with tests,dev on the command line. The Makefile has the matching make develop poetry install --with tests,devcommand. The Semgrep tests were used for checking pre-commit.
Test Configuration:
Firmware version: N/A
Hardware: Lenovo ThinkPad P1 Gen 4i
Toolchain: N/A
SDK: N/A
Checklist
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
The changes made allow the body of the pull request submitted by trestle-bot to be configured as "Authored by trestle-bot." The changed parameter allows for configuring the PR submitted by trestle-bot to provide additional context for the user. The Makefile develop test case change allows for proper local working privileges. Closes #320 ## Type of changeHow has this been tested?
make test
andmake develop
were run on the command line to validate the test cases.poetry install --with tests,dev
on the command line. The Makefile has the matching make developpoetry install --with tests,dev
command. The Semgrep tests were used for checking pre-commit.Test Configuration:
Checklist