From 2674cb7b8ff4e95ac6b9cb41d629d82ce8089489 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 13 Aug 2024 16:34:28 +0200 Subject: [PATCH] meta: Add CODEOWNERS file so maintainers get pinged automatically --- .github/CODEOWNERS | 2 ++ prometheus/requirements.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 prometheus/requirements.txt diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..0376b884b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# We track the owners and maintainers of plugins in this file. +prometheus/ @cdecker \ No newline at end of file diff --git a/prometheus/requirements.txt b/prometheus/requirements.txt deleted file mode 100644 index 5c75b5b1c..000000000 --- a/prometheus/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -prometheus-client==0.6.0 -pyln-client~=0.9.3