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 }}