chore: added deprecation prefix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2025-02-04 14:52:34 +01:00
parent 301ead8650
commit 347835413c
+1 -1
View File
@@ -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({