Conversation
|
I'm getting to work. See my steps and track my cost here.
|
|
Hi there! I've reviewed your PR for migrating to GitFlow and found a few issues that should be addressed: 1. Duplicate versioning jobsThe same versioning jobs appear in both 2. Inconsistent dependencies
This means versions could be incremented without tests passing in some cases. 3. Incorrect commit messagesBoth Recommendations:
Would you like me to help with implementing these changes? |
| fetch-depth: '0' | ||
|
|
||
| - name: Setup git user | ||
| uses: fregante/setup-git-user@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| fetch-depth: '0' | ||
|
|
||
| - name: Setup git user | ||
| uses: fregante/setup-git-user@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
* Move to GitFlow strategy * Update testing.yml * Update version-increment.yml
Update workflows to comply with GitFlow strategy rules.