From 7d97b37b21b56729ad7e8fb521b5e69951a2859d Mon Sep 17 00:00:00 2001 From: Scott Buchanan Date: Tue, 12 Sep 2023 17:07:44 -0400 Subject: [PATCH] Update my maintainer status for 1PW plugin (#7252) * ignore notifications for scottsb on 1pw plugin; update email * Also update maintainers list. --------- Co-authored-by: Felix Fontein --- .github/BOTMETA.yml | 6 ++++-- plugins/lookup/onepassword.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 9b4cc5ad85..d7a8a707f9 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -249,9 +249,11 @@ files: labels: onepassword maintainers: samdoran $lookups/onepassword.py: - maintainers: azenk scottsb + ignore: scottsb + maintainers: azenk $lookups/onepassword_raw.py: - maintainers: azenk scottsb + ignore: scottsb + maintainers: azenk $lookups/passwordstore.py: {} $lookups/random_pet.py: maintainers: Akasurde diff --git a/plugins/lookup/onepassword.py b/plugins/lookup/onepassword.py index a36e6c94e4..6254db4858 100644 --- a/plugins/lookup/onepassword.py +++ b/plugins/lookup/onepassword.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2018, Scott Buchanan +# Copyright (c) 2018, Scott Buchanan # Copyright (c) 2016, Andrew Zenk (lastpass.py used as starting point) # Copyright (c) 2018, Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)