https://github.com/elastic/integrations/pull/17589 does not work as expected, so https://github.com/elastic/integrations/actions/workflows/pr-buildkite-detective.yml is not running IIUC, that's because it relies on a GitHub workflow using the GitHub workflow event called `workflow_run` However, Buildkite does not use GitHub workflows, but GitHub commit status, see https://buildkite.com/docs/pipelines/source-control/github Modify https://github.com/elastic/ai-github-actions/blob/main/.github/workflows/gh-aw-pr-buildkite-detective.md and the docs at https://github.com/elastic/ai-github-actions/blob/main/gh-agent-workflows/pr-buildkite-detective/example.yml accordingly.
elastic/integrations#17589 does not work as expected, so https://github.com/elastic/integrations/actions/workflows/pr-buildkite-detective.yml is not running
IIUC, that's because it relies on a GitHub workflow using the GitHub workflow event called
workflow_runHowever, Buildkite does not use GitHub workflows, but GitHub commit status, see https://buildkite.com/docs/pipelines/source-control/github
Modify https://github.com/elastic/ai-github-actions/blob/main/.github/workflows/gh-aw-pr-buildkite-detective.md and the docs at https://github.com/elastic/ai-github-actions/blob/main/gh-agent-workflows/pr-buildkite-detective/example.yml accordingly.