diff --git a/.github/workflows/issue-dedupe.yml b/.github/workflows/issue-dedupe.yml index d900d830c7b..b31dd85b6cc 100644 --- a/.github/workflows/issue-dedupe.yml +++ b/.github/workflows/issue-dedupe.yml @@ -22,7 +22,7 @@ on: jobs: detect: - if: github.event_name == 'issues' || (github.event_name == 'workflow_dispatch' && inputs.job == 'detect') + if: (github.event_name == 'issues' && github.event.issue.user.type != 'Bot') || (github.event_name == 'workflow_dispatch' && inputs.job == 'detect') uses: opensearch-project/opensearch-build/.github/workflows/issue-dedupe-detect.yml@main permissions: contents: read