Skip to content

Commit

Permalink
Don't send automated cookiecutter PRs to LMS for now
Browse files Browse the repository at this point in the history
Until we get it back in sync with the template.
  • Loading branch information
seanh committed Jan 22, 2025
1 parent 2e8b9e9 commit ae31295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/find_repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# Return the list of all cookiecuttered repos in the hypothesis GitHub organization.

gh api -X GET search/repositories --paginate -f 'q=cookiecutter.json in:readme org:hypothesis archived:false' -q '.items | .[] | .full_name'
gh api -X GET search/repositories --paginate -f 'q=cookiecutter.json in:readme org:hypothesis archived:false -repo:hypothesis/lms' -q '.items | .[] | .full_name'

0 comments on commit ae31295

Please sign in to comment.