Skip to content

build: skip branch manager job on forked repositories#33233

Open
swseverance wants to merge 1 commit intoangular:mainfrom
swseverance:fix/33221
Open

build: skip branch manager job on forked repositories#33233
swseverance wants to merge 1 commit intoangular:mainfrom
swseverance:fix/33221

Conversation

@swseverance
Copy link
Copy Markdown
Contributor

Currently when a commit is pushed to a branch in a forked angular/components repository it kicks off the assistant_to_the_branch_manager which fails because the user does not have the angular robot key in their Github environment. This change prevents the assistant_to_the_branch_manager job from running on forked repositories.

It is identical to the approach uses by angular/angular. See here

After making this commit and pushing to my branch I saw the following (which is the desired behavior).

image

Resolves #33221

@pullapprove pullapprove Bot requested a review from andrewseguin May 9, 2026 14:18
@angular-robot angular-robot Bot added the area: build & ci Related the build and CI infrastructure of the project label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(CI/CD): Github actions running on project forks

1 participant