diff --git a/.github/workflows/temp-overwatch.yml b/.github/workflows/temp-overwatch.yml new file mode 100644 index 00000000..0f06bfcd --- /dev/null +++ b/.github/workflows/temp-overwatch.yml @@ -0,0 +1,32 @@ +name: Bug Prediction (Overwatch) + +on: + pull_request: + types: + - opened + - synchronize + +permissions: + contents: read + +jobs: + upload-overwatch: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Install Overwatch CLI + run: | + curl -o overwatch-cli https://overwatch.codecov.io/linux/cli + chmod +x overwatch-cli + # Using --upload-empty-on-error flag to force this step through. + # This workflow is a temporary workaround until this alpha feature + # is merged into AI PR review + - name: Run Overwatch CLI + run: | + ./overwatch-cli \ + --auth-token ${{ secrets.OVERWATCH_SENTRY_AUTH_TOKEN }} \ + --organization-slug codecov \ + --upload-empty-on-error \ + typescript --package-manager pnpm --eslint-pattern src diff --git a/README.md b/README.md index e1f773f9..4255a838 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,9 @@ It supports the following features: - [Codecov Documentation](https://docs.codecov.com/docs) - [Codecov Feedback](https://github.com/codecov/feedback/discussions) - [Sentry Discord](https://discord.gg/Ww9hbqr) + +this is a test + +another test + +test