Skip to content

Commit

Permalink
Merge pull request ghostty-org#178 from 00-kat/very-useful
Browse files Browse the repository at this point in the history
A simply essential feature
  • Loading branch information
trag1c authored Mar 7, 2025
2 parents 44dfe96 + d109328 commit 891fc87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/entity_mentions/resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ async def resolve_repo_signatures(content: str) -> AsyncIterator[tuple[str, str,
case None, "main" | "web" | "bot" as repo:
# Special ghostty-org prefixes
yield config.GITHUB_ORG, config.GITHUB_REPOS[repo], number
case None, "bobr":
# A touch of personalization
yield config.GITHUB_ORG, config.GITHUB_REPOS["bot"], number
case None, repo:
# Only a name provided, e.g. uv#8020.
with suppress(RequestFailed, RuntimeError):
Expand Down

0 comments on commit 891fc87

Please sign in to comment.