You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm researching automation maturity, and have investigated your repository and looked at the GitHub workflows and Maven plugins you are using! I'll give you a quick summary of what I found, and the automation tasks I recommend you to focus on next (:
It is not always clear which automation tasks should be prioritized. It is however important to balance your automation efforts, as a uniform level of maturity is most productive. I'm here to help! Below is a list of tasks that you can work on to help level up your maturity across the automation domains:
Do you think my analysis is correct and do these recommendations help you? Or have I missed something?
For my master's thesis I'm doing research into the use of automations in GitHub repositories. With my findings, I want to see if I can help out developers with what automations they could focus on. Do you want to help me out? Leaving a response is much appreciated!
The text was updated successfully, but these errors were encountered:
I'm researching automation maturity, and have investigated your repository and looked at the GitHub workflows and Maven plugins you are using! I'll give you a quick summary of what I found, and the automation tasks I recommend you to focus on next (:
❌ Generate documentation from source code
❌ Bot commits
❌ Issues or PRs management
❌ Generate test reports
❌ Automatic code formatting
❌ Static code quality analysis
❌ Static code style analysis
❌ Vulnerability scans
❌ Sign artifacts
❌ License checks
❌ Build environment configuration
✔️ Dependency management of artifact
❌ Source code version control
✔️ Release tagging
✔️ Publish artifacts to a registry
❌ Packaging
❌ Generate source and metadata artifacts
❌ Containerization
❌ Push container to remote
And now? Next steps!
It is not always clear which automation tasks should be prioritized. It is however important to balance your automation efforts, as a uniform level of maturity is most productive. I'm here to help! Below is a list of tasks that you can work on to help level up your maturity across the automation domains:
What do you think?
Do you think my analysis is correct and do these recommendations help you? Or have I missed something?
For my master's thesis I'm doing research into the use of automations in GitHub repositories. With my findings, I want to see if I can help out developers with what automations they could focus on. Do you want to help me out? Leaving a response is much appreciated!
The text was updated successfully, but these errors were encountered: