Skip to content

feat(codecatalyst): also scan pull requests targeting main - #54

Open
joeymussalli wants to merge 1 commit into
trustabl:mainfrom
joeymussalli:feat/codecatalyst-pr-trigger
Open

feat(codecatalyst): also scan pull requests targeting main#54
joeymussalli wants to merge 1 commit into
trustabl:mainfrom
joeymussalli:feat/codecatalyst-pr-trigger

Conversation

@joeymussalli

Copy link
Copy Markdown

Summary

  • The CodeCatalyst workflow only ran on PUSH to main, so PRs never got a Trustabl gate until merge.
  • Add a PULLREQUEST trigger for OPEN/REVISION against main (destination branch; run uses the PR head sources per AWS docs).
  • Update the CodeCatalyst quickstart to mention PR runs.

Test plan

  • Validate the workflow YAML in the CodeCatalyst editor (Triggers parse).
  • Open a PR into main in a connected repo and confirm a Trustabl run starts on the source branch.
  • Push an update to the PR and confirm a REVISION run.
  • Confirm push-to-main still triggers as before.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant