Skip to content

Commit

Permalink
feat(gitlab): use forked_from_project for Merge Requests target project
Browse files Browse the repository at this point in the history
Appian specific patch to always use the upstream (forked_from_project) when
dealing with Merge Requests or Issues.

This ensures that Renovate follows the standard development workflow where
branches are created against the "dev" fork and then Merge Requests
are opened against the forked (or "prod") fork.

In addition, we want the Dependency Dashboard created against the "prod"
fork, so any calls to the Issues API goes to the "prod" fork.
  • Loading branch information
valdisrigdon authored and rohithrrao committed May 7, 2024
1 parent 376a2a5 commit 73baa1f
Show file tree
Hide file tree
Showing 7 changed files with 766 additions and 675 deletions.
Loading

0 comments on commit 73baa1f

Please sign in to comment.