From c42a799b59981bd0f5a8c37f58dbba0d6e3e4fc2 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Tue, 31 Mar 2020 18:18:41 +0200 Subject: Deseasonify: set target branch to master With the 'seasonal-structure' branch being merged in the branding repository, we can start polling master. --- bot/exts/evergreen/branding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py index 8e96ad52..41e56813 100644 --- a/bot/exts/evergreen/branding.py +++ b/bot/exts/evergreen/branding.py @@ -30,7 +30,7 @@ SERVER_ICONS = "server_icons" BRANDING_URL = "https://api.github.com/repos/python-discord/branding/contents" -PARAMS = {"ref": "seasonal-structure"} # Target branch +PARAMS = {"ref": "master"} # Target branch HEADERS = {"Accept": "application/vnd.github.v3+json"} # Ensure we use API v3 # A GitHub token is not necessary for the cog to operate, -- cgit v1.2.3