commit | 9a1f4abd59751998b0f5201048d87479e7153bd5 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Tue Aug 15 14:31:32 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 25 10:33:06 2023 +0200 |
tree | 156d1f3b57876d60539dbfd6868702fbdc9a6c1f | |
parent | 97d5b1da4cde763a062d205d900fe48ce670498c [diff] |
scripts: set_assignee: add an option to assign module PRs Add a -m option to set_assignees to have the script find all unassigned module PRs for areas that have an assignee and set the assignee on those PRs. This should help avoiding forgotten PRs on modules. It's implemented as a search and meant to run periodically, so we don't have to add a workflow for this on every individual module. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>