Skip to content

Commit

Permalink
🌱 look for correct user
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager committed Feb 7, 2024
1 parent 1c44b31 commit e50163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reconcile-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
const comment = comments.find(
(comment) =>
comment.user &&
comment.user.login == "github-actions[bot]" &&
comment.user.login == "konveyor-ci-bot[bot]" &&
comment.body &&
comment.body.includes(body)
);
Expand Down

0 comments on commit e50163c

Please sign in to comment.