You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a "bug" within the matrix generator where scmProvider and pullRequest have conflicting .branch values. There's currently no way to differentiate the two, but the issue has been noted in argo-cd, and a pull request is open to address it.
We're able to bypass the issue by using .branch_slug, which does work, but only for branch names that conform to the DNS label standard as defined in RFC 1123.
The text was updated successfully, but these errors were encountered:
dudo
changed the title
GitHub deployment statuses not being updated
Pull Request Application ref can be wrong
Jan 16, 2025
https://github.com/gitops-ci-cd/argo-config/blob/main/app-of-apps/apps/auto-discovery/preview.yaml#L60
We have a "bug" within the matrix generator where
scmProvider
andpullRequest
have conflicting.branch
values. There's currently no way to differentiate the two, but the issue has been noted in argo-cd, and a pull request is open to address it.We're able to bypass the issue by using
.branch_slug
, which does work, but only for branch names that conform to the DNS label standard as defined in RFC 1123.The text was updated successfully, but these errors were encountered: