@@ -2943,6 +2943,10 @@ repositories:
2943
2943
4. Push to the Branch (`git push origin feature/amazing-example`)
2944
2944
2945
2945
5. Open a Pull Request
2946
+ .github/workflows/semantic-pull-request.yml :
2947
+ content : .github/workflows/semantic-pull-request.yml
2948
+ .github/workflows/stale.yml :
2949
+ content : .github/workflows/stale.yml
2946
2950
has_discussions : false
2947
2951
merge_commit_message : PR_TITLE
2948
2952
merge_commit_title : MERGE_MESSAGE
@@ -3049,6 +3053,10 @@ repositories:
3049
3053
4. Push to the Branch (`git push origin feature/amazing-example`)
3050
3054
3051
3055
5. Open a Pull Request
3056
+ .github/workflows/semantic-pull-request.yml :
3057
+ content : .github/workflows/semantic-pull-request.yml
3058
+ .github/workflows/stale.yml :
3059
+ content : .github/workflows/stale.yml
3052
3060
has_discussions : false
3053
3061
merge_commit_message : PR_TITLE
3054
3062
merge_commit_title : MERGE_MESSAGE
@@ -3210,6 +3218,10 @@ repositories:
3210
3218
4. Push to the Branch (`git push origin feature/amazing-example`)
3211
3219
3212
3220
5. Open a Pull Request
3221
+ .github/workflows/semantic-pull-request.yml :
3222
+ content : .github/workflows/semantic-pull-request.yml
3223
+ .github/workflows/stale.yml :
3224
+ content : .github/workflows/stale.yml
3213
3225
has_discussions : false
3214
3226
merge_commit_message : PR_TITLE
3215
3227
merge_commit_title : MERGE_MESSAGE
@@ -3261,6 +3273,10 @@ repositories:
3261
3273
4. Push to the Branch (`git push origin feature/amazing-example`)
3262
3274
3263
3275
5. Open a Pull Request
3276
+ .github/workflows/semantic-pull-request.yml :
3277
+ content : .github/workflows/semantic-pull-request.yml
3278
+ .github/workflows/stale.yml :
3279
+ content : .github/workflows/stale.yml
3264
3280
has_discussions : false
3265
3281
merge_commit_message : PR_TITLE
3266
3282
merge_commit_title : MERGE_MESSAGE
@@ -3341,6 +3357,10 @@ repositories:
3341
3357
4. Push to the Branch (`git push origin feature/amazing-example`)
3342
3358
3343
3359
5. Open a Pull Request
3360
+ .github/workflows/semantic-pull-request.yml :
3361
+ content : .github/workflows/semantic-pull-request.yml
3362
+ .github/workflows/stale.yml :
3363
+ content : .github/workflows/stale.yml
3344
3364
has_discussions : false
3345
3365
merge_commit_message : PR_TITLE
3346
3366
merge_commit_title : MERGE_MESSAGE
@@ -3489,6 +3509,10 @@ repositories:
3489
3509
4. Push to the Branch (`git push origin feature/amazing-example`)
3490
3510
3491
3511
5. Open a Pull Request
3512
+ .github/workflows/semantic-pull-request.yml :
3513
+ content : .github/workflows/semantic-pull-request.yml
3514
+ .github/workflows/stale.yml :
3515
+ content : .github/workflows/stale.yml
3492
3516
has_discussions : false
3493
3517
merge_commit_message : PR_TITLE
3494
3518
merge_commit_title : MERGE_MESSAGE
@@ -5278,6 +5302,50 @@ teams:
5278
5302
- sukunrt
5279
5303
- vyzo
5280
5304
privacy : closed
5305
+ if-watch :
5306
+ advanced_security : false
5307
+ allow_update_branch : false
5308
+ archived : false
5309
+ branch_protection :
5310
+ master :
5311
+ allows_deletions : false
5312
+ allows_force_pushes : false
5313
+ blocks_creations : false
5314
+ enforce_admins : false
5315
+ lock_branch : false
5316
+ require_conversation_resolution : false
5317
+ require_signed_commits : false
5318
+ required_linear_history : false
5319
+ required_pull_request_reviews :
5320
+ dismiss_stale_reviews : false
5321
+ require_code_owner_reviews : false
5322
+ required_approving_review_count : 1
5323
+ restrict_dismissals : false
5324
+ required_status_checks :
5325
+ contexts :
5326
+ - build
5327
+ strict : false
5328
+ default_branch : master
5329
+ delete_branch_on_merge : false
5330
+ description : Cross platform asynchronous network watcher
5331
+ has_discussions : false
5332
+ merge_commit_message : PR_TITLE
5333
+ merge_commit_title : MERGE_MESSAGE
5334
+ secret_scanning_push_protection : true
5335
+ secret_scanning : true
5336
+ squash_merge_commit_message : COMMIT_MESSAGES
5337
+ squash_merge_commit_title : COMMIT_OR_PR_TITLE
5338
+ teams :
5339
+ admin :
5340
+ - rust-libp2p Active Maintainers
5341
+ - w3dt-stewards
5342
+ maintain :
5343
+ - rust-libp2p Maintainers
5344
+ pull :
5345
+ - github-mgmt stewards
5346
+ push :
5347
+ - Repos - Rust
5348
+ visibility : public
5281
5349
ipdx :
5282
5350
members :
5283
5351
maintainer :
@@ -5436,47 +5504,3 @@ teams:
5436
5504
- sukunrt
5437
5505
- yiannisbot
5438
5506
privacy : closed
5439
- if-watch :
5440
- advanced_security : false
5441
- allow_update_branch : false
5442
- archived : false
5443
- branch_protection :
5444
- master :
5445
- allows_deletions : false
5446
- allows_force_pushes : false
5447
- blocks_creations : false
5448
- enforce_admins : false
5449
- lock_branch : false
5450
- require_conversation_resolution : false
5451
- require_signed_commits : false
5452
- required_linear_history : false
5453
- required_pull_request_reviews :
5454
- dismiss_stale_reviews : false
5455
- require_code_owner_reviews : false
5456
- required_approving_review_count : 1
5457
- restrict_dismissals : false
5458
- required_status_checks :
5459
- contexts :
5460
- - build
5461
- strict : false
5462
- default_branch : master
5463
- delete_branch_on_merge : false
5464
- description : Cross platform asynchronous network watcher
5465
- has_discussions : false
5466
- merge_commit_message : PR_TITLE
5467
- merge_commit_title : MERGE_MESSAGE
5468
- secret_scanning_push_protection : true
5469
- secret_scanning : true
5470
- squash_merge_commit_message : COMMIT_MESSAGES
5471
- squash_merge_commit_title : COMMIT_OR_PR_TITLE
5472
- teams :
5473
- admin :
5474
- - rust-libp2p Active Maintainers
5475
- - w3dt-stewards
5476
- maintain :
5477
- - rust-libp2p Maintainers
5478
- pull :
5479
- - github-mgmt stewards
5480
- push :
5481
- - Repos - Rust
5482
- visibility : public
0 commit comments