From 16fec79c327c159f9e777127f6dc46d6b440e468 Mon Sep 17 00:00:00 2001 From: "cursor-com[bot]" <206951365+cursor-com[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 23:03:01 +0000 Subject: [PATCH] Add BugBot Context workflow --- .github/workflows/bugbot_context.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/bugbot_context.yml diff --git a/.github/workflows/bugbot_context.yml b/.github/workflows/bugbot_context.yml new file mode 100644 index 0000000..4b2036e --- /dev/null +++ b/.github/workflows/bugbot_context.yml @@ -0,0 +1,13 @@ +name: Generate BugBot Context + +on: + pull_request: + +jobs: + analyze: + runs-on: ubuntu-latest + steps: + - name: Run BugBot Context + uses: anysphere/bugbot-context@v0.0.5 + with: + github-token: ${{ secrets.GITHUB_TOKEN }}