Skip to content

Commit

Permalink
Default approved to false
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkrar committed Mar 29, 2024
1 parent 62773be commit c9f33b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/bin/label_abandoned_prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
if labels['name'] == 'Abandoned PR - Needs New Owner':
already_abandoned = True

approved = False
for review in json_data['reviews']:
if review["state"] == "APPROVED":
approved = True
Expand Down

0 comments on commit c9f33b2

Please sign in to comment.