-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test if GitHub Action add_pr_to_smackore_board works again #806
Conversation
scripts/python/get_ticket_id.py
Outdated
|
||
if item_id == None: | ||
print("Error occurred in get_ticket.py: item_id == None, provided JSON[items]: ", project_items) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print("Error occurred in get_ticket.py: item_id == None, provided JSON[items]: ", project_items) | |
print("Error occurred in get_ticket.py: ID of ticket related to PR", pr_url, "not found in the provided JSON") | |
print("Provided JSON:", full_json) |
scripts/python/get_ticket_id.py
Outdated
@@ -1,13 +1,20 @@ | |||
import sys, json; | |||
|
|||
full_json = json.load(sys.stdin) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scripts/python/get_author_origin.py
Outdated
print("An exception occurred in get_author_origin.py, provided JSON: ", membrane_team) | ||
print("Provided PR_AUTHOR: ", pr_author) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print("Provided PR_AUTHOR: ", pr_author) | |
print("Provided PR_AUTHOR: ", pr_author) | |
sys.exit(1) | |
scripts/python/get_ticket_id.py
Outdated
sys.exit(1) | ||
else: | ||
print(item_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print(item_id) | |
print(item_id) | |
Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
You can add |
No description provided.