From 1ccd5651c6a99f5c3385886090fd22853ac8ae60 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 30 Nov 2020 16:27:19 -0800 Subject: [PATCH] fix: add missing operationId change for `PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks` --- ...17-operation-repos-update-status-check-protection.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/2020-09-17-operation-repos-update-status-check-protection.json diff --git a/changes/2020-09-17-operation-repos-update-status-check-protection.json b/changes/2020-09-17-operation-repos-update-status-check-protection.json new file mode 100644 index 000000000..ce05abd64 --- /dev/null +++ b/changes/2020-09-17-operation-repos-update-status-check-protection.json @@ -0,0 +1,8 @@ +{ + "route": "PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", + "type": "OPERATION", + "date": "2020-11-10", + "before": { + "operationId": "repos/update-status-check-potection" + } +}