Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions openedx_webhooks/cla_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ def cla_status_on_pr(pull_request: PrDict) -> Optional[Dict[str, str]]:
# A status is a dict of values. We only have a few that we use, so build them
# all here.
CLA_CONTEXT = "openedx/cla"
CLA_DETAIL_URL = (
"https://openedx.atlassian.net/wiki/spaces/COMM/pages/941457737/" +
"How+to+start+contributing+to+the+Open+edX+code+base"
)
CLA_DETAIL_URL = "https://docs.openedx.org/en/latest/developers/quickstarts/so_you_want_to_contribute.html#id175"

CLA_STATUS_GOOD = {
"context": CLA_CONTEXT,
Expand Down