Skip to content

Commit 27d6091

Browse files
authored
pointing update people workflow to f/mkdocs
1 parent 789822a commit 27d6091

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/people/people.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@ def get_top_users(
632632
title=message,
633633
body=body,
634634
# base branch needs to be changed to main once
635-
# feature/docs_migration_mkdocs is merged into main
636-
base="feature/docs_migration_mkdocs",
635+
# f/mkdocs is merged into main
636+
base="f/mkdocs",
637637
head=branch_name,
638638
)
639639
logging.info(f"Created PR: {pr.number}")

.github/workflows/update-people.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- f/mkdocs
7-
- main
7+
# - main
88
schedule:
99
- cron: "0 12 1 * *"
1010
workflow_dispatch: {}

0 commit comments

Comments
 (0)