Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Nov 22, 2023
1 parent 4b3877e commit 64b83b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reusable_workflows/check_cla/check_cla_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def create_cla_issue(self, user: str) -> GHIssue:
user, self.cla_link, user_agreement_message
),
)
# replace with PENDING, once new bot has been released
issue.add_labels(PENDING_LABEL)
return issue

Expand Down

0 comments on commit 64b83b2

Please sign in to comment.