@insignia-education/api-sdk-js 0.16.25 → 0.16.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/v1/Admin.js +2 -1
package/package.json
CHANGED
package/src/api/v1/Admin.js
CHANGED
|
@@ -156,7 +156,8 @@ export default class Admin {
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* Recent GitHub Actions workflow runs
|
|
159
|
+
* Recent GitHub Actions workflow runs — plus each repo's currently open pull requests
|
|
160
|
+
* (`pull_requests`, newest-updated first) — for every repo GithubActionsService covers
|
|
160
161
|
* ('api', 'front', 'api-sdk-js'), newest first, `{ limit }` each (default 20, max 50).
|
|
161
162
|
* Resolves `{ available: false }` (not an error) if the server has no GitHub token
|
|
162
163
|
* configured, per repo — check `repos.<name>.available` separately rather than
|