Skip to content

Commit

Permalink
chore: include all our bot IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Aug 19, 2024
1 parent e4b4c9e commit 0abd51e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"extends": [
"@commitlint/config-conventional"
]
}
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
2 changes: 1 addition & 1 deletion src/home/rendering/render-github-issues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function renderGitHubIssues(tasks: TaskMaybeFull[]) {
const isBot = task.preview.user?.type === "Bot"
const userId = task.preview.user?.id

if (isBot && userId !== 113181824) {
if (isBot && userId !== 113181824 && userId !== 76412717 && userId !== 165700353 && userId !== 133917611) {
continue;
}

Expand Down

0 comments on commit 0abd51e

Please sign in to comment.