Skip to content

Always update security issue table on processor

Steve Abrams requested to merge update-table-always-on-processor into master

What does this MR do and why?

This MR updates the security issue processor to always update security issue table when it runs.

When the security target issues processor runs, it updates the commented table whenever an issue is linked or unlinked.

This change updates to always update the table. The reason for this is Release Managers need to check the state of every linked issue when they run the merge commands. If someone manually links something, the table will not be updated. By always updating it, it ensures the table will remain up to date with all issues currently linked to the security release tracking issue.

Author Check-list

  • [-] Has documentation been updated?

Merge request reports