fix(backend-github): update Open Authoring branches with no PR (#2618)
This commit is contained in:
parent
65d49dae9a
commit
68170336d5
@ -638,6 +638,11 @@ export default class API {
|
|||||||
await this.patchBranch(branchName, commit.sha, { force: true });
|
await this.patchBranch(branchName, commit.sha, { force: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update unpublished entries which don't have a PR. These are
|
||||||
|
// typically Open Authoring entries that have never been
|
||||||
|
// submitted for review.
|
||||||
|
await this.patchBranch(branchName, commit.sha);
|
||||||
|
|
||||||
return this.storeMetadata(contentKey, updatedMetadata);
|
return this.storeMetadata(contentKey, updatedMetadata);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user