build(deps): bump getsentry/testing-ai-sdk-integrations from dba21cbfb57482556338983d8c35e6b09b534667 to 4f8f646817e5eb41e0a77fe94cedbd632d72de2e #877
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: Changelog Preview | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| - edited | |
| - labeled | |
| - unlabeled | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| changelog-preview: | |
| uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2 | |
| secrets: inherit |