From 347835413c886a30279141f292348294ac95630b Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 4 Feb 2025 14:52:34 +0100 Subject: [PATCH] chore: added deprecation prefix Signed-off-by: blam --- .changeset/fast-rabbits-unite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fast-rabbits-unite.md b/.changeset/fast-rabbits-unite.md index f94e68449c..f4686b32cc 100644 --- a/.changeset/fast-rabbits-unite.md +++ b/.changeset/fast-rabbits-unite.md @@ -2,7 +2,7 @@ '@backstage/plugin-scaffolder-backend-module-github': patch --- -The `getOctokitOptions` function signature with `repoUrl` option has been deprecated in favour of a function signature with individual `host`, `owner`, and `repo` parameters: +**DEPRECATION**: The `getOctokitOptions` function signature with `repoUrl` option has been deprecated in favour of a function signature with individual `host`, `owner`, and `repo` parameters: ```diff const octokitOptions = await getOctokitOptions({