Skip to content

Commit b71c0a7

Browse files
committed
fix: the config.yml
1 parent 68b644d commit b71c0a7

File tree

2 files changed

+51
-66
lines changed

2 files changed

+51
-66
lines changed

github/.schema.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"additionalProperties": {
2828
"additionalProperties": false,
2929
"properties": {
30+
"advanced_security": {
31+
"type": "boolean"
32+
},
3033
"allow_auto_merge": {
3134
"type": "boolean"
3235
},
@@ -39,6 +42,9 @@
3942
"allow_squash_merge": {
4043
"type": "boolean"
4144
},
45+
"allow_update_branch": {
46+
"type": "boolean"
47+
},
4248
"archive_on_destroy": {
4349
"type": "boolean"
4450
},
@@ -108,6 +114,9 @@
108114
"gitignore_template": {
109115
"type": "string"
110116
},
117+
"has_discussions": {
118+
"type": "boolean"
119+
},
111120
"has_downloads": {
112121
"type": "boolean"
113122
},
@@ -129,9 +138,21 @@
129138
"is_template": {
130139
"type": "boolean"
131140
},
141+
"labels": {
142+
"additionalProperties": {
143+
"$ref": "#/definitions/RepositoryLabel"
144+
},
145+
"type": "object"
146+
},
132147
"license_template": {
133148
"type": "string"
134149
},
150+
"merge_commit_message": {
151+
"type": "string"
152+
},
153+
"merge_commit_title": {
154+
"type": "string"
155+
},
135156
"pages": {
136157
"additionalProperties": false,
137158
"properties": {
@@ -153,6 +174,18 @@
153174
},
154175
"type": "object"
155176
},
177+
"secret_scanning": {
178+
"type": "boolean"
179+
},
180+
"secret_scanning_push_protection": {
181+
"type": "boolean"
182+
},
183+
"squash_merge_commit_message": {
184+
"type": "string"
185+
},
186+
"squash_merge_commit_title": {
187+
"type": "string"
188+
},
156189
"teams": {
157190
"additionalProperties": false,
158191
"properties": {
@@ -276,9 +309,15 @@
276309
"allows_force_pushes": {
277310
"type": "boolean"
278311
},
312+
"blocks_creations": {
313+
"type": "boolean"
314+
},
279315
"enforce_admins": {
280316
"type": "boolean"
281317
},
318+
"lock_branch": {
319+
"type": "boolean"
320+
},
282321
"push_restrictions": {
283322
"items": {
284323
"type": "string"
@@ -354,6 +393,18 @@
354393
},
355394
"type": "object"
356395
},
396+
"RepositoryLabel": {
397+
"additionalProperties": false,
398+
"properties": {
399+
"color": {
400+
"type": "string"
401+
},
402+
"description": {
403+
"type": "string"
404+
}
405+
},
406+
"type": "object"
407+
},
357408
"Visibility": {
358409
"enum": [
359410
"private",

github/ipfs.yml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,21 +1190,6 @@ repositories:
11901190
strict: true
11911191
default_branch: master
11921192
files:
1193-
content: |
1194-
name: Close and mark stale issue
1195-
1196-
on:
1197-
schedule:
1198-
- cron: '0 0 * * *'
1199-
workflow_dispatch:
1200-
1201-
permissions:
1202-
issues: write
1203-
pull-requests: write
1204-
1205-
jobs:
1206-
stale:
1207-
uses: pl-strflt/.github/.github/workflows/[email protected]
12081193
CODEOWNERS:
12091194
content: |
12101195
# The ipdx team is responsible for GitHub Management maintenance
@@ -5271,35 +5256,6 @@ repositories:
52715256
- web3-bot
52725257
default_branch: main
52735258
description: A specialized IPFS HTTP gateway
5274-
files:
5275-
content: >
5276-
name: Close and mark stale issue
5277-
5278-
5279-
on:
5280-
schedule:
5281-
- cron: '0 0 * * *'
5282-
5283-
jobs:
5284-
stale:
5285-
5286-
runs-on: ubuntu-latest
5287-
permissions:
5288-
issues: write
5289-
pull-requests: write
5290-
5291-
steps:
5292-
- uses: actions/stale@v9
5293-
with:
5294-
repo-token: ${{ secrets.GITHUB_TOKEN }}
5295-
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.'
5296-
close-issue-message: 'This issue was closed because it is missing author input.'
5297-
stale-issue-label: 'kind/stale'
5298-
any-of-labels: 'need/author-input'
5299-
exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive'
5300-
days-before-issue-stale: 6
5301-
days-before-issue-close: 7
5302-
enable-statistics: true
53035259
has_discussions: false
53045260
merge_commit_message: PR_TITLE
53055261
merge_commit_title: MERGE_MESSAGE
@@ -5327,28 +5283,6 @@ repositories:
53275283
- dchoi27
53285284
default_branch: master
53295285
description: IPFS Project && Working Group Roadmaps Repo
5330-
files:
5331-
content: >
5332-
name: Close and mark stale issue
5333-
5334-
5335-
on:
5336-
schedule:
5337-
- cron: '0 0 * * *'
5338-
5339-
permissions:
5340-
issues: write
5341-
pull-requests: write
5342-
5343-
jobs:
5344-
stale:
5345-
runs-on: ubuntu-latest
5346-
steps:
5347-
- uses: actions/stale@v8
5348-
with:
5349-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
5350-
days-before-stale: 30
5351-
days-before-close: 5
53525286
has_discussions: false
53535287
merge_commit_message: PR_TITLE
53545288
merge_commit_title: MERGE_MESSAGE

0 commit comments

Comments
 (0)