nodejs / node-core-utils

CLI tools for Node.js Core collaborators
https://nodejs.github.io/node-core-utils/
MIT License
228 stars 105 forks source link

feat: automate security release issue creation #771

Closed marco-ippolito closed 3 months ago

marco-ippolito commented 3 months ago

This PR automates the first step of the security release: security --start. The Next Security Release issue will not contain the list of reports but they will be stored in the new repository security-release in a json format. This way it will be much easier to automate and manipulate json rather than markdown strings. @RafaelGSS

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4572e78) 82.97% compared to head (92111d2) 82.97%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #771 +/- ## ======================================= Coverage 82.97% 82.97% ======================================= Files 37 37 Lines 4200 4200 ======================================= Hits 3485 3485 Misses 715 715 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.