We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6c7d3 commit 5887eb5Copy full SHA for 5887eb5
issues_by_dev.py
@@ -32,7 +32,7 @@
32
# to read private organisation members. Otherwise only public are read.
33
GITHUB_TOKEN = os.environ["GITHUB_TOOLS_TOKEN"]
34
35
-URL = "https://raw.githubusercontent.com/python/devguide/main/core-developers/developers.csv"
+URL = "https://raw.githubusercontent.com/python/devguide/main/core-team/core-team.csv"
36
37
38
class Author(NamedTuple):
0 commit comments