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 was wondering if we could add a feature where the project would provide a list of paths of files that shouldn't exist in the target branches (such as .github/ISSUE_TEMPLATES).
The typical recommendation is to avoid backporting PRs that have those changes (or manually update the created PR). However, in KIbana we've noticed that the auto-generated .github/CODEOWNERS file tends to be backported more often that we'd like to.
We could solve it separately, just raising the question here in case it makes sense for this tool to remove the listed files in a new config parameter and commit the changes.
The text was updated successfully, but these errors were encountered:
I was wondering if we could add a feature where the project would provide a list of paths of files that shouldn't exist in the target branches (such as
.github/ISSUE_TEMPLATES
).The typical recommendation is to avoid backporting PRs that have those changes (or manually update the created PR). However, in KIbana we've noticed that the auto-generated
.github/CODEOWNERS
file tends to be backported more often that we'd like to.We could solve it separately, just raising the question here in case it makes sense for this tool to remove the listed files in a new config parameter and commit the changes.
The text was updated successfully, but these errors were encountered: