Skip to content

Commit

Permalink
Add unused arguments to execute_requires_scientific_review (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Jun 15, 2024
1 parent eb6c483 commit fbd649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def execute_errorcycle(self, pr_card, pr_state,
ds = DataSet(dataset, self, self.ghapi)
ds.comment_archived_complete()

def execute_requires_scientific_review(self):
def execute_requires_scientific_review(self, pr_card, pr_state):
# add `scientific-review` label
# remove `end-of-life`, `complete` label if present
labels = set(map(lambda x: x.name, self.pr.labels))
Expand Down

0 comments on commit fbd649f

Please sign in to comment.