deprecations: include resubmit action (#63914) #597

Merged
fpeters merged 1 commits from wip/63914-resubmit-in-deprecations-report into main 2023-08-16 19:54:31 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class DeprecationsScanAfterJob(AfterJob):
self.add_report_line(
location_label=location_label, url=url, category='rtf', source=source
)
if action.key in ('aggregationemail',):
if action.key in ('aggregationemail', 'resubmit'):
self.add_report_line(
location_label=location_label, url=url, category='actions', source=source
)