-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prioritise evaluation for PRs with security label #653
Comments
Another idea: At least for PRs with the security label, ofborg could create automatic backport PRs right away instead of waiting for the original PR to be merged. Not entirely sure how problematic that would be with referencing commit hashes in the cherry picked commits. This would simplify & speed up backports of security fixes even further. Related: #437 |
automatic backports would be more suitable for a github action because ofborg doesn't create commits. |
Oh, you're right. I kinda thought those were created by ofborg as well, but I mixed that up. What happens when a force-push only updates commit messages, and contents remain unchanged from before? |
Security responses for the stable release are usually different from that we take for unstable. This means we often cannot backport the change we did to master. |
How about prioritising evaluation for PRs with the
1.severity: security
label?That could speed up the process of patching vulnerabilities.
Related: #397
The text was updated successfully, but these errors were encountered: