You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.LogInformation($"Finished. Updated or Created auto-generated file with path: {autoGeneratedOutputPath}");
82
84
}
83
85
84
86
/// <summary>
85
-
/// Checks if the catalog ID exists in the YAML file, and if not, it retrieves or generates a new catalog ID from GitHub and updates the file accordingly.
87
+
/// Checks and sets the ID field in the provided catalog YAML.
88
+
/// If the ID is not present or is empty, it attempts to retrieve or create a new ID using the provided catalog identifier, or the ID from the auto-generated catalog YAML.
86
89
/// </summary>
87
90
/// <param name="catalogYaml">The catalog YAML object to check and update.</param>
88
-
/// <returns>A task that represents the asynchronous operation.</returns>
/// Checks if the tags exist in the YAML file. If they are missing, it retrieves repository topics from GitHub and adds them to the YAML file, ensuring that the tags are distinct.
0 commit comments