We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f568f commit 3f3d20eCopy full SHA for 3f3d20e
operator-pipeline-images/operatorcert/__init__.py
@@ -221,6 +221,7 @@ def get_files_added_in_pr(
221
added_files = []
222
modified_files = []
223
allowed_files = []
224
+
225
for file in rsp.json().get("files", []):
226
if file["status"] == "added":
227
added_files.append(file["filename"])
0 commit comments