Skip to content

Commit

Permalink
🐛 fix: add codefair-app to filter list
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Apr 1, 2024
1 parent f1cd855 commit 298e69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ module.exports = (app) => {
if (
context.payload.issue.user.login === "renovate[bot]" ||
context.payload.issue.user.login === "doi-checker-app[bot]" ||
context.payload.issue.user.login === "license-check-bot[bot]"
context.payload.issue.user.login === "license-check-bot[bot]" ||
context.payload.issue.user.login === "codefair-app[bot]"
) {
return;
}
Expand Down

0 comments on commit 298e69a

Please sign in to comment.