Skip to content

Commit

Permalink
Reverse changes on github_org so as no to conflict with blacklanterns…
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage committed Mar 11, 2024
1 parent 2b5a2a8 commit 4bcffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/github_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def handle_event(self, event):
self.verbose(f"Searching for repos belonging to user {user}")
repos = await self.query_user_repos(user)
for repo_url in repos:
repo_event = self.make_event({"url": repo_url}, "CODE_REPOSITORY", tags="github", source=event)
repo_event = self.make_event({"url": repo_url}, "CODE_REPOSITORY", source=event)
if not repo_event:
continue
repo_event.scope_distance = event.scope_distance
Expand Down

0 comments on commit 4bcffa1

Please sign in to comment.