Skip to content

Commit

Permalink
fix@11577703236 [skip fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent b554be8 commit bd96b73
Showing 1 changed file with 68 additions and 44 deletions.
112 changes: 68 additions & 44 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2943,6 +2943,10 @@ repositories:
4. Push to the Branch (`git push origin feature/amazing-example`)
5. Open a Pull Request
.github/workflows/semantic-pull-request.yml:
content: .github/workflows/semantic-pull-request.yml
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -3049,6 +3053,10 @@ repositories:
4. Push to the Branch (`git push origin feature/amazing-example`)
5. Open a Pull Request
.github/workflows/semantic-pull-request.yml:
content: .github/workflows/semantic-pull-request.yml
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -3210,6 +3218,10 @@ repositories:
4. Push to the Branch (`git push origin feature/amazing-example`)
5. Open a Pull Request
.github/workflows/semantic-pull-request.yml:
content: .github/workflows/semantic-pull-request.yml
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -3261,6 +3273,10 @@ repositories:
4. Push to the Branch (`git push origin feature/amazing-example`)
5. Open a Pull Request
.github/workflows/semantic-pull-request.yml:
content: .github/workflows/semantic-pull-request.yml
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -3341,6 +3357,10 @@ repositories:
4. Push to the Branch (`git push origin feature/amazing-example`)
5. Open a Pull Request
.github/workflows/semantic-pull-request.yml:
content: .github/workflows/semantic-pull-request.yml
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -3489,6 +3509,10 @@ repositories:
4. Push to the Branch (`git push origin feature/amazing-example`)
5. Open a Pull Request
.github/workflows/semantic-pull-request.yml:
content: .github/workflows/semantic-pull-request.yml
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -5278,6 +5302,50 @@ teams:
- sukunrt
- vyzo
privacy: closed
if-watch:
advanced_security: false
allow_update_branch: false
archived: false
branch_protection:
master:
allows_deletions: false
allows_force_pushes: false
blocks_creations: false
enforce_admins: false
lock_branch: false
require_conversation_resolution: false
require_signed_commits: false
required_linear_history: false
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
restrict_dismissals: false
required_status_checks:
contexts:
- build
strict: false
default_branch: master
delete_branch_on_merge: false
description: Cross platform asynchronous network watcher
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
secret_scanning_push_protection: true
secret_scanning: true
squash_merge_commit_message: COMMIT_MESSAGES
squash_merge_commit_title: COMMIT_OR_PR_TITLE
teams:
admin:
- rust-libp2p Active Maintainers
- w3dt-stewards
maintain:
- rust-libp2p Maintainers
pull:
- github-mgmt stewards
push:
- Repos - Rust
visibility: public
ipdx:
members:
maintainer:
Expand Down Expand Up @@ -5436,47 +5504,3 @@ teams:
- sukunrt
- yiannisbot
privacy: closed
if-watch:
advanced_security: false
allow_update_branch: false
archived: false
branch_protection:
master:
allows_deletions: false
allows_force_pushes: false
blocks_creations: false
enforce_admins: false
lock_branch: false
require_conversation_resolution: false
require_signed_commits: false
required_linear_history: false
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 1
restrict_dismissals: false
required_status_checks:
contexts:
- build
strict: false
default_branch: master
delete_branch_on_merge: false
description: Cross platform asynchronous network watcher
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
secret_scanning_push_protection: true
secret_scanning: true
squash_merge_commit_message: COMMIT_MESSAGES
squash_merge_commit_title: COMMIT_OR_PR_TITLE
teams:
admin:
- rust-libp2p Active Maintainers
- w3dt-stewards
maintain:
- rust-libp2p Maintainers
pull:
- github-mgmt stewards
push:
- Repos - Rust
visibility: public

0 comments on commit bd96b73

Please sign in to comment.