sanitizers / patchback-github-app

https://github.com/apps/patchback
GNU General Public License v3.0
12 stars 4 forks source link

Auto-copy labels from original PR #24

Open ssbarnea opened 3 years ago

ssbarnea commented 3 years ago

It would really be useful to copy all labels from source PRs with the exception of the triggering ones (backport).

Fund with Polar

webknjaz commented 3 years ago

I think that we need to be careful about how this is implemented. This may need allow-/block-list in the config because blindly copying the labels may trigger other unwanted integrations. The bot may even loop on its own if proper filtering is not applied.