build(deps): bump getsentry/testing-ai-sdk-integrations from 6b1f51ec8af03e19087df452b426aa7e46d2b20a to b695b187d79613644988caf04e3d7893b8caaa01 #11
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate PR | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened] | |
| jobs: | |
| validate-pr: | |
| runs-on: ubuntu-24.04 | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: getsentry/github-workflows/validate-pr@4ff40ada546d4a31b852a4279828b989a6193497 | |
| with: | |
| app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }} | |
| private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }} |