From 692b906b8219c904c489f4cf9fdb6b2a5aff4039 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 25 Feb 2026 09:38:38 +0100 Subject: [PATCH] chore: remove .github/BOTMETA.yml (#706) --- .github/BOTMETA.yml | 52 --------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 .github/BOTMETA.yml diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml deleted file mode 100644 index ba8b798..0000000 --- a/.github/BOTMETA.yml +++ /dev/null @@ -1,52 +0,0 @@ ---- -automerge: false -files: - $module_utils/mount.py: - labels: mount - $modules/acl.py: - authors: astorije bcoca - labels: acl - ignore: astorije - $modules/at.py: - authors: risaacson - labels: at - $modules/authorized_key.py: - authors: ansible - labels: authorized_key - $modules/mount.py: - authors: ansible skvidal - maintainers: jtyr - labels: mount - ignore: skvidal - $modules/patch.py: - authors: jirutka luisperlaz - $modules/seboolean.py: - authors: sfromm - labels: seboolean - $modules/selinux.py: - authors: goozbach - maintainers: samdoran - labels: selinux - $modules/synchronize.py: - authors: tima - labels: synchronize - $modules/sysctl.py: - authors: davixx - maintainers: Akasurde - labels: sysctl - $plugins/: - labels: profile - $plugins/debug.py: - labels: debug - $plugins/patch.py: - labels: patch - $plugins/synchronize.py: - labels: synchronize - $plugins/timer.py: -macros: - actions: plugins/action - callbacks: plugins/callback - module_utils: plugins/module_utils - modules: plugins/modules - plugins: plugins/plugins - shells: plugins/shell