cfengine / cf-bottom

__init__
MIT License
3 stars 12 forks source link

Added feature to ping a given mantainer per repo for dependabot PRs #84

Closed lluiscampos closed 1 year ago

lluiscampos commented 1 year ago
Used in the Mender team where each subteam (frontend, backend and
client) has a single person responsible for dependabot reviews and
updates.

The feature is enabled only for `mender-test-bot` bot and has hard-coded
maintainers per repository. We will modify it as we rotate the role.
olehermanse commented 1 year ago

@lluiscampos Regarding CI, don't worry I'll fix.

lluiscampos commented 1 year ago

I also moved the feature to the mender bot part and amended the commit message accordingly :+1:

olehermanse commented 1 year ago

@lluiscampos Small FYI; we don't use chore: and feat: in CFEngine repos. In this one, it doesn't matter much, but in other python repos like cfbs and cf-remote we use PR titles to generate changelogs (GitHub feature), so I'd tell you to remove it / stop doing it there. (See: https://github.com/cfengine/core/blob/master/CONTRIBUTING.md)

lluiscampos commented 1 year ago

@lluiscampos Small FYI; we don't use chore: and feat: in CFEngine repos. In this one, it doesn't matter much, but in other python repos like cfbs and cf-remote we use PR titles to generate changelogs (GitHub feature), so I'd tell you to remove it / stop doing it there. (See: https://github.com/cfengine/core/blob/master/CONTRIBUTING.md)

Thank you. I removed the prefixes now :+1: