Skip to content

Commit

Permalink
allowing the ci.yaml to be modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytcampbell authored and amisstea committed Nov 17, 2021
1 parent 73f568f commit 3f3d20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator-pipeline-images/operatorcert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def get_files_added_in_pr(
added_files = []
modified_files = []
allowed_files = []

for file in rsp.json().get("files", []):
if file["status"] == "added":
added_files.append(file["filename"])
Expand Down

0 comments on commit 3f3d20e

Please sign in to comment.