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
I am for example planning changes in resources against production.
But because the staging environment, has a different service principal for authentication and for example a different database connection string then production.
Each PR consistently marks this as a change, which is correct.
Is it possible to maybe introduce something where you can exclude these changes?
Or would this make it way too complex and make it prone to errors?
The text was updated successfully, but these errors were encountered:
I think it would be very feasible to provide a list of resource paths (+effect? i.e. change/update/...) that should be excluded from the comment pasted to the PR. Obviously, this would come with some caveats (do you really want the PR to show "no changes" if there's a diff in this resource path?) but I guess the user will be aware of the implications.
Hi,
I am for example planning changes in resources against production.
But because the staging environment, has a different service principal for authentication and for example a different database connection string then production.
Each PR consistently marks this as a change, which is correct.
Is it possible to maybe introduce something where you can exclude these changes?
Or would this make it way too complex and make it prone to errors?
The text was updated successfully, but these errors were encountered: