Skip to content

Conversation

@La0
Copy link
Collaborator

@La0 La0 commented Jan 21, 2026

No description provided.

@La0 La0 self-assigned this Jan 21, 2026
parser = urllib.parse.urlparse(settings.PHABRICATOR_HOST)
return f"{parser.scheme}://{parser.netloc}/D{self.provider_id}"
elif self.provider == PROVIDER_GITHUB:
return f"{self.base_repository.url}/issues/{self.provider_id}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be an url such as {self.base_repository.url}/pull/{self.provider_id}/ with the task to map to individual commits remaining?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants