Skip to content

Commit b278153

Browse files
committed
Merge branch 'main' into jm_nokogiri
2 parents c02a1e1 + 03f3e43 commit b278153

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/topic-commenter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
paths:
66
- 'topics/**'
77

8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
812
jobs:
913
comment:
1014
runs-on: ubuntu-latest

collections/load-testing/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ items:
2525
- rakyll/hey
2626
- RedisLabs/memtier_benchmark
2727
- rogerwelin/cassowary
28-
- satori-com/tcpkali
2928
- tsenart/vegeta
3029
- processone/tsung
3130
- wg/wrk

collections/riscv-cores/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- SonalPinto/kronos
3030
- stevehoover/warp-v
3131
- stnolting/neorv32
32-
- riscv-steel/riscv-steel
32+
- rafaelcalcada/riscv-steel
3333
- klessydra/T13x
3434
- klessydra/T03x
3535
- klessydra/T02x

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def repository(item)
8888
rescue Octokit::TooManyRequests
8989
repos[:skip_requests] = true
9090
repos[item] = true
91+
rescue Octokit::NotFound
92+
repos[item] = nil
9193
end
9294

9395
def user(item)

0 commit comments

Comments
 (0)