From 1c9e8b1c19cdbeeaa2bb02c62174d1417ddd4548 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 28 Oct 2024 17:48:03 +0000 Subject: [PATCH] Pull in changes to the upstream source data. --- github_reserved_names.py | 18 +++++++++++++----- source_data/reserved-names.json | 15 ++++++++++----- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/github_reserved_names.py b/github_reserved_names.py index c9ba05d..59ef324 100644 --- a/github_reserved_names.py +++ b/github_reserved_names.py @@ -5,6 +5,9 @@ at https://npm.im/github-reserved-names. """ +# Autogenerated on 2024-10-28T17:48:03.216470+00:00. +# Don't edit this file directly, it's generated by `bin/parse_source_data`. + ALL: set[str] = { "300", "302", @@ -57,7 +60,6 @@ "695", "900", "about", - "access", "account", "admin", "advisories", @@ -76,6 +78,7 @@ "businesses", "c", "cache", + "careers", "case-studies", "categories", "central", @@ -90,18 +93,18 @@ "comments", "commit", "commits", - "community", "companies", "compare", "contact", "contributing", "cookbook", + "copilot", "coupons", - "customer-stories", "customer", + "customer-stories", "customers", - "dashboard-feed", "dashboard", + "dashboard-feed", "dashboards", "design", "develop", @@ -109,12 +112,12 @@ "diff", "discover", "discussions", - "docs", "downloads", "downtime", "editor", "editors", "edu", + "education", "enterprise", "events", "explore", @@ -128,6 +131,7 @@ "gist", "gists", "graphs", + "groups", "guide", "guides", "help", @@ -204,6 +208,7 @@ "popularity", "posts", "press", + "preview", "pricing", "professional", "projects", @@ -233,6 +238,7 @@ "signin", "signup", "site", + "socials", "spam", "sponsors", "ssh", @@ -271,6 +277,7 @@ "translations", "tree", "trending", + "undefined", "updates", "username", "users", @@ -278,6 +285,7 @@ "w", "watching", "wiki", + "wikis", "windows", "works-with", "www0", diff --git a/source_data/reserved-names.json b/source_data/reserved-names.json index 503794d..5ee1617 100644 --- a/source_data/reserved-names.json +++ b/source_data/reserved-names.json @@ -50,7 +50,6 @@ "695", "900", "about", - "access", "account", "admin", "advisories", @@ -69,6 +68,7 @@ "businesses", "c", "cache", + "careers", "case-studies", "categories", "central", @@ -83,18 +83,18 @@ "comments", "commit", "commits", - "community", "companies", "compare", "contact", "contributing", "cookbook", + "copilot", "coupons", - "customer-stories", "customer", + "customer-stories", "customers", - "dashboard-feed", "dashboard", + "dashboard-feed", "dashboards", "design", "develop", @@ -102,12 +102,12 @@ "diff", "discover", "discussions", - "docs", "downloads", "downtime", "editor", "editors", "edu", + "education", "enterprise", "events", "explore", @@ -121,6 +121,7 @@ "gist", "gists", "graphs", + "groups", "guide", "guides", "help", @@ -197,6 +198,7 @@ "popularity", "posts", "press", + "preview", "pricing", "professional", "projects", @@ -226,6 +228,7 @@ "signin", "signup", "site", + "socials", "spam", "sponsors", "ssh", @@ -264,6 +267,7 @@ "translations", "tree", "trending", + "undefined", "updates", "username", "users", @@ -271,6 +275,7 @@ "w", "watching", "wiki", + "wikis", "windows", "works-with", "www0",