From 968f77357ec331d7eb1f0579af2f58bc80266ed6 Mon Sep 17 00:00:00 2001 From: Alan Larkin Date: Tue, 23 Jul 2024 21:46:18 +0100 Subject: [PATCH] fix: Rename .github/settings.yaml Rename .github/settings.yaml to .github/settings.yml in an attempt to get the Github Settings app to respect it. There's no reason to expect this to work (.yaml should be fine), but everything else looks correct so it's a shot-to-nothing. --- .github/{settings.yaml => settings.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{settings.yaml => settings.yml} (100%) diff --git a/.github/settings.yaml b/.github/settings.yml similarity index 100% rename from .github/settings.yaml rename to .github/settings.yml