From 9fe33c42e356a3faed0ee2f52629e610b35b281c Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Thu, 17 Aug 2023 13:40:15 +0200 Subject: [PATCH] add line to delete .sync.yaml if module was created with PDK --- _docs/migrate_module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_docs/migrate_module.md b/_docs/migrate_module.md index 78e735c..2f40521 100644 --- a/_docs/migrate_module.md +++ b/_docs/migrate_module.md @@ -11,6 +11,7 @@ You will have someone by your side in this process. The general flow is to… * At that point you can transfer your own repository. * Ensure github issues are enabled. * Verify that all webhooks are disabled. +* If this module was created with PDK delete .sync.yaml. * Add the module to our [modulesync setup][managed_modules]. * Enable `Automatically delete head branches` in the repository settings. * Ask an admin to add the `collaborators` team to the module's `Collaborators & Teams` 'Teams' list with `Write` permissions (e.g. [https://github.com/voxpupuli/puppet-gitlab/settings/collaboration](https://github.com/voxpupuli/puppet-gitlab/settings/collaboration) (that link works only for admins).