import {
  id = "rti-notifications-worker:.github/CODEOWNERS:master"
  to = module.github_repositories.github_repository_file.codeowners
}

import {
  id = "rti-notifications-worker:develop"
  to = module.github_repositories.github_branch_protection.branch_protection["develop"]
}

import {
  id = "rti-notifications-worker"
  to = module.github_repositories.github_branch_default.default
}
