Skip to content

Commit

Permalink
Use sites.txt for better display on GitHub's code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jun 10, 2022
1 parent b165fba commit 2bd2b3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Add your repo!

To get it merged quickly, please check:

* [ ] You modified sites.md, not README.md (which is auto-generated each night)
* [ ] You modified sites.txt, not README.md (which is auto-generated each night)
* [ ] You provided the full url, ala `https://github.com/myname/myrepo` with no trailing slash at the end of the url
* [ ] The description is short n' sweet
* [ ] There's no period on the end of the description
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions update_readme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
🟠 = no commit in last year
🔴 = no commit in the last 3 years
Something missing? [Open a PR to sites.md with the url and a short description](https://github.com/sudara/awesome-juce/edit/main/sites.md).
Something missing? [Open a PR to sites.txt with the url and a short description](https://github.com/sudara/awesome-juce/edit/main/sites.txt).
I make more juce-y content over at https://melatonin.dev/blog
PREAMBLE

client = Octokit::Client.new(access_token: ENV["GITHUB_ACCESS_TOKEN"])

File.open('sites.md') do |file|
File.open('sites.txt') do |file|
total = 0
while !(h2 = file.gets).nil? && h2.start_with?('##') do
rows = []
Expand Down

0 comments on commit 2bd2b3a

Please sign in to comment.