You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github/ipfs.yml
+50-65Lines changed: 50 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -464,7 +464,8 @@ repositories:
464
464
- parkan
465
465
- victorb
466
466
default_branch: main
467
-
description: Useful resources for using IPFS and building things on top of it
467
+
description: Community list of awesome projects, apps, tools, and services
468
+
related to IPFS.
468
469
files:
469
470
.github/workflows/stale.yml:
470
471
content: .github/workflows/stale.yml
@@ -5049,7 +5050,35 @@ repositories:
5049
5050
topics:
5050
5051
- ipfs-helia
5051
5052
visibility: public
5052
-
helia-docker:
5053
+
helia-delegated-routing-v1-http-api:
5054
+
advanced_security: false
5055
+
allow_update_branch: true
5056
+
archived: false
5057
+
collaborators:
5058
+
admin:
5059
+
- achingbrain
5060
+
push:
5061
+
- web3-bot
5062
+
default_branch: main
5063
+
description: The Routing V1 HTTP API powered by Helia
5064
+
has_discussions: false
5065
+
merge_commit_message: PR_TITLE
5066
+
merge_commit_title: MERGE_MESSAGE
5067
+
secret_scanning_push_protection: true
5068
+
secret_scanning: true
5069
+
squash_merge_commit_message: COMMIT_MESSAGES
5070
+
squash_merge_commit_title: COMMIT_OR_PR_TITLE
5071
+
teams:
5072
+
admin:
5073
+
- helia-dev
5074
+
- ipdx
5075
+
- w3dt-stewards
5076
+
push:
5077
+
- Repos - JavaScript
5078
+
topics:
5079
+
- ipfs-helia
5080
+
visibility: public
5081
+
helia-http-gateway:
5053
5082
advanced_security: false
5054
5083
allow_update_branch: true
5055
5084
archived: false
@@ -5059,16 +5088,13 @@ repositories:
5059
5088
- whizzzkid
5060
5089
default_branch: main
5061
5090
description: Run Helia NodeJS in a Docker Container.
5062
-
files:
5063
-
.github/workflows/stale.yml:
5064
-
content: .github/workflows/stale.yml
5065
5091
has_discussions: false
5066
5092
merge_commit_message: PR_TITLE
5067
5093
merge_commit_title: MERGE_MESSAGE
5068
5094
secret_scanning_push_protection: true
5069
5095
secret_scanning: true
5070
5096
squash_merge_commit_message: COMMIT_MESSAGES
5071
-
squash_merge_commit_title: COMMIT_OR_PR_TITLE
5097
+
squash_merge_commit_title: PR_TITLE
5072
5098
teams:
5073
5099
admin:
5074
5100
- helia-dev
@@ -5186,64 +5212,6 @@ repositories:
5186
5212
- ipfs
5187
5213
- typescript-library
5188
5214
visibility: public
5189
-
helia-routing-v1-http-api:
5190
-
advanced_security: false
5191
-
allow_update_branch: true
5192
-
archived: false
5193
-
collaborators:
5194
-
admin:
5195
-
- achingbrain
5196
-
push:
5197
-
- web3-bot
5198
-
default_branch: main
5199
-
description: The Routing V1 HTTP API powered by Helia
5200
-
files:
5201
-
.github/workflows/stale.yml:
5202
-
content: >
5203
-
name: Close and mark stale issue
5204
-
5205
-
5206
-
on:
5207
-
schedule:
5208
-
- cron: '0 0 * * *'
5209
-
5210
-
jobs:
5211
-
stale:
5212
-
5213
-
runs-on: ubuntu-latest
5214
-
permissions:
5215
-
issues: write
5216
-
pull-requests: write
5217
-
5218
-
steps:
5219
-
- uses: actions/stale@v3
5220
-
with:
5221
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
5222
-
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.'
5223
-
close-issue-message: 'This issue was closed because it is missing author input.'
0 commit comments