Skip to content

Commit

Permalink
dummy change to trigger action (revert me)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Sep 29, 2023
1 parent c891788 commit 1e179a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions community/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ The following is a non-comprehensive list of Julia GitHub organizations, grouped
* [JuliaTokyo](https://github.com/JuliaTokyo) - Yet another Julialang community.
* [Julia-Streamers](https://github.com/Julia-Streamers) – The official organization for the Julia Streaming community!
* [QuantEcon](https://github.com/QuantEcon) - Open source code for quantitative economic modeling

dummy change
2 changes: 1 addition & 1 deletion tools/check_orgs/check_orgs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using GitHub

myauth = GitHub.authenticate(ENV["GITHUB_AUTH"])

conts = String(read(joinpath(dirname(@__DIR__), "community", "organizations.md")))
conts = String(read(joinpath(dirname(dirname(@__DIR__)), "community", "organizations.md")))
orgs = eachmatch(r"(?<url>https?://github\.com/[^/\s]+(?=\)))", conts)

println("Finding orgs with fewer than 2 public memers that are listed in https://julialang.org/community/organizations/")
Expand Down

0 comments on commit 1e179a9

Please sign in to comment.