sourcegraph / sourcegraph-public-snapshot

Code AI platform with Code Search & Cody
https://sourcegraph.com
Other
10.11k stars 1.29k forks source link

Add the ability to apply labels to a changeset template #16092

Open rrhyne opened 3 years ago

rrhyne commented 3 years ago

A user requested the ability to add labels to changeset templates so that they can track changesets made with campaigns.

We keep track of how all of our services are doing in terms of merging in PRs from our infra team and we use hacks like checking for “This pull request was created by a Sourcegraph campaign” in the PR body right now. Automatic GH labels (either configured in yaml spec or, even better, account wide and automatic) would be a lifesaver.

This feature would also help users leverage various workflows that rely on labels such as our tracking issues.

malomarrec commented 3 years ago

One possible implementation of #23820