From efbba2f2b8bcd20a1884adb28484d21a079f99e6 Mon Sep 17 00:00:00 2001 From: Marcin Romaszewicz Date: Fri, 3 Apr 2026 12:45:18 -0700 Subject: [PATCH] Fix release drafter configuration v7 of release drafter looks into the repo org by default, and the syntax of the v6 config to do so doesn't work anymore and causes errors. By removing the _extends statement, we get the old behavior in V7. --- .github/release-drafter.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 0d0b1c9..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1 +0,0 @@ -_extends: .github