print(f"Total votes against resolution: {str(total_votes_against)}")
print(f"Total votes against resolution: {str(total_votes_against)}")
if(total_votes_for/len(core_team_logins))>0.5:
if(total_votes_for/len(core_team_logins))>0.5:
print("This RFC should be passed. Adding comment.")
print("This RFC should be passed. Adding comment.")
ifnotissue.locked:
issue.create_comment("This resolution has enough votes from Core Team mebers to be considered passed. Please close the issue once appropriate actions have been taken. - Beep Boop (I'm a bot, and this action was performed automagically)")
issue.create_comment("This resolution has enough votes from Core Team mebers to be considered passed. Please close the issue once appropriate actions have been taken. - Beep Boop (I'm a bot, and this action was performed automagically)")