Skip to content

Commit

Permalink
Skip simonw-readthedocs-experiments too
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 20, 2023
1 parent a869248 commit 0570564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def make_query(after_cursor=None, include_organization=False):
def fetch_releases(oauth_token):
repos = []
releases = []
repo_names = {"playing-with-actions"} # Skip this one
# Skip these repos:
repo_names = {"playing-with-actions", "simonw-readthedocs-experiments"}
has_next_page = True
after_cursor = None

Expand Down

0 comments on commit 0570564

Please sign in to comment.