mirror of
https://github.com/ITStudioOUC/.github.git
synced 2026-06-17 05:56:33 +00:00
Change member display columns from 6 to 8
This commit is contained in:
@@ -7,7 +7,7 @@ import math
|
|||||||
ORG_NAME = os.environ['ORG_NAME']
|
ORG_NAME = os.environ['ORG_NAME']
|
||||||
TOKEN = os.environ['GH_TOKEN']
|
TOKEN = os.environ['GH_TOKEN']
|
||||||
README_PATH = "profile/README.md"
|
README_PATH = "profile/README.md"
|
||||||
COLUMNS = 6 # 你想要一行显示几个成员?
|
COLUMNS = 8 # 你想要一行显示几个成员?
|
||||||
|
|
||||||
def get_members():
|
def get_members():
|
||||||
url = f"https://api.github.com/orgs/{ORG_NAME}/members"
|
url = f"https://api.github.com/orgs/{ORG_NAME}/members"
|
||||||
|
|||||||
Reference in New Issue
Block a user