Changes
add another table, for the actions to check
-- If any of the following reasons is passed to the module, it will not output
-- the "pages without expiry" tracking category.
cfg.reasonsWithoutExpiryCheck = {
blp = true,
}
-- The module will only output the "pages without expiry" tracking category
-- for the actions set to true in the following table.
cfg.expiryCheckActions = {
edit = true,
move = false,
create = false,
autoreview = true
}