properly tag become plugins (#57861)
* properly tag become plugins * sdf
This commit is contained in:
parent
4a3e14f90b
commit
5b8236132c
1 changed files with 7 additions and 1 deletions
8
.github/BOTMETA.yml
vendored
8
.github/BOTMETA.yml
vendored
|
@ -1000,7 +1000,13 @@ files:
|
|||
labels: networking
|
||||
###############################
|
||||
# plugins/become
|
||||
$plugins/become/:
|
||||
$plugins/become:
|
||||
support: community
|
||||
$plugins/become/__init__.py:
|
||||
support: core
|
||||
$plugins/become/su.py:
|
||||
support: core
|
||||
$plugins/become/sudo.py:
|
||||
support: core
|
||||
###############################
|
||||
# plugins/cache
|
||||
|
|
Loading…
Reference in a new issue