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 789822a commit 27d6091Copy full SHA for 27d6091
.github/actions/people/people.py
@@ -632,8 +632,8 @@ def get_top_users(
632
title=message,
633
body=body,
634
# base branch needs to be changed to main once
635
- # feature/docs_migration_mkdocs is merged into main
636
- base="feature/docs_migration_mkdocs",
+ # f/mkdocs is merged into main
+ base="f/mkdocs",
637
head=branch_name,
638
)
639
logging.info(f"Created PR: {pr.number}")
.github/workflows/update-people.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- f/mkdocs
7
- - main
+ # - main
8
schedule:
9
- cron: "0 12 1 * *"
10
workflow_dispatch: {}
0 commit comments