@atolis-hq/wake 0.3.66 → 0.3.67
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.
|
@@ -73,6 +73,7 @@ function limitGitHubSourceClient(client, requests) {
|
|
|
73
73
|
}
|
|
74
74
|
async function pollRepository(input) {
|
|
75
75
|
const { client, config, adapter, signal, owner, repo } = input;
|
|
76
|
+
const queriedAt = input.now();
|
|
76
77
|
const context = {
|
|
77
78
|
client,
|
|
78
79
|
config,
|
|
@@ -107,7 +108,7 @@ async function pollRepository(input) {
|
|
|
107
108
|
]);
|
|
108
109
|
return {
|
|
109
110
|
repository: context.repository,
|
|
110
|
-
completedAt:
|
|
111
|
+
completedAt: queriedAt,
|
|
111
112
|
succeeded: isFulfilled(issuesResult) &&
|
|
112
113
|
isFulfilled(pullRequestsResult) &&
|
|
113
114
|
reviews.succeeded &&
|