Skip to content

Commit bd96b73

Browse files
fix@11577703236 [skip fix]
1 parent b554be8 commit bd96b73

File tree

1 file changed

+68
-44
lines changed

1 file changed

+68
-44
lines changed

github/libp2p.yml

Lines changed: 68 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,6 +2943,10 @@ repositories:
29432943
4. Push to the Branch (`git push origin feature/amazing-example`)
29442944
29452945
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
29462950
has_discussions: false
29472951
merge_commit_message: PR_TITLE
29482952
merge_commit_title: MERGE_MESSAGE
@@ -3049,6 +3053,10 @@ repositories:
30493053
4. Push to the Branch (`git push origin feature/amazing-example`)
30503054
30513055
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
30523060
has_discussions: false
30533061
merge_commit_message: PR_TITLE
30543062
merge_commit_title: MERGE_MESSAGE
@@ -3210,6 +3218,10 @@ repositories:
32103218
4. Push to the Branch (`git push origin feature/amazing-example`)
32113219
32123220
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
32133225
has_discussions: false
32143226
merge_commit_message: PR_TITLE
32153227
merge_commit_title: MERGE_MESSAGE
@@ -3261,6 +3273,10 @@ repositories:
32613273
4. Push to the Branch (`git push origin feature/amazing-example`)
32623274
32633275
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
32643280
has_discussions: false
32653281
merge_commit_message: PR_TITLE
32663282
merge_commit_title: MERGE_MESSAGE
@@ -3341,6 +3357,10 @@ repositories:
33413357
4. Push to the Branch (`git push origin feature/amazing-example`)
33423358
33433359
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
33443364
has_discussions: false
33453365
merge_commit_message: PR_TITLE
33463366
merge_commit_title: MERGE_MESSAGE
@@ -3489,6 +3509,10 @@ repositories:
34893509
4. Push to the Branch (`git push origin feature/amazing-example`)
34903510
34913511
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
34923516
has_discussions: false
34933517
merge_commit_message: PR_TITLE
34943518
merge_commit_title: MERGE_MESSAGE
@@ -5278,6 +5302,50 @@ teams:
52785302
- sukunrt
52795303
- vyzo
52805304
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
52815349
ipdx:
52825350
members:
52835351
maintainer:
@@ -5436,47 +5504,3 @@ teams:
54365504
- sukunrt
54375505
- yiannisbot
54385506
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

Comments
 (0)