test: trigger integ-test-auto workflow (DO NOT MERGE)#8
test: trigger integ-test-auto workflow (DO NOT MERGE)#8ozelalisen wants to merge 3 commits intomainfrom
Conversation
The pull_request_review trigger has no access to repository secrets for fork PRs, breaking team membership checks and OIDC auth. Split into two-stage workflow_run pattern (matching pr-linter): - Stage 1 (trigger): Unprivileged pull_request_review saves PR metadata and snapshot check result as artifacts - Stage 2 (deployment): Privileged workflow_run downloads artifacts, validates team membership with secrets, runs integ tests
Temporary commit to validate the workflow_run artifact handoff on ozelalisen/aws-cdk fork. Will be reverted after testing.
There was a problem hiding this comment.
This PR is marked "DO NOT MERGE" and is intended for testing the two-stage workflow_run pattern for automatic integration tests. The changes consist of documentation describing the integration test deployment workflow improvements and generated artifacts (compiled JavaScript files, type definitions, and test snapshots).
Since this is a test PR not intended for production merge, no blocking issues have been identified. The workflow testing objective appears clear from the documentation and snapshot changes included.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
|
|
||||||||||||||||||
|
|
||||||||||||||||||
c8a4ddf to
5ef84bf
Compare
Dummy snapshot change to test the two-stage workflow_run pattern for auto integ tests.