Skip to content

Commit 450f182

Browse files
authored
Merge pull request #257 from jxs/add-if-watch
chore: add if-watch repo to libp2p.yml
2 parents 97b7529 + 7dc6f70 commit 450f182

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

github/libp2p.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,6 +2495,50 @@ repositories:
24952495
archived: true
24962496
hydra-booster:
24972497
archived: true
2498+
if-watch:
2499+
advanced_security: false
2500+
allow_update_branch: false
2501+
archived: false
2502+
branch_protection:
2503+
master:
2504+
allows_deletions: false
2505+
allows_force_pushes: false
2506+
blocks_creations: false
2507+
enforce_admins: false
2508+
lock_branch: false
2509+
require_conversation_resolution: false
2510+
require_signed_commits: false
2511+
required_linear_history: false
2512+
required_pull_request_reviews:
2513+
dismiss_stale_reviews: false
2514+
require_code_owner_reviews: false
2515+
required_approving_review_count: 1
2516+
restrict_dismissals: false
2517+
required_status_checks:
2518+
contexts:
2519+
- build
2520+
strict: false
2521+
default_branch: master
2522+
delete_branch_on_merge: false
2523+
description: Cross platform asynchronous network watcher
2524+
files:
2525+
.github/workflows/stale.yml:
2526+
content: .github/workflows/stale.yml
2527+
has_discussions: false
2528+
merge_commit_message: PR_TITLE
2529+
merge_commit_title: MERGE_MESSAGE
2530+
secret_scanning_push_protection: true
2531+
secret_scanning: true
2532+
squash_merge_commit_message: COMMIT_MESSAGES
2533+
squash_merge_commit_title: COMMIT_OR_PR_TITLE
2534+
teams:
2535+
admin:
2536+
- rust-libp2p Maintainers
2537+
pull:
2538+
- github-mgmt stewards
2539+
push:
2540+
- rust-libp2p-contributors
2541+
visibility: public
24982542
interface-connection:
24992543
archived: true
25002544
interface-content-routing:

0 commit comments

Comments
 (0)