Merge pull request #34027 from adobejmong/feat-add-util-to-get-octokit-client

feat: add util to get octokit client which support retries via octokit/plugin-retry
This commit is contained in:
Andre Wanlin
2026-05-13 10:33:03 -05:00
committed by GitHub
7 changed files with 284 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Improved Octokit client creation to support retries via @octokit/plugin-retry