Skip to content

Commit

Permalink
Merge pull request #257 from jxs/add-if-watch
Browse files Browse the repository at this point in the history
chore: add if-watch repo to libp2p.yml
  • Loading branch information
jxs authored Oct 30, 2024
2 parents 97b7529 + 7dc6f70 commit 450f182
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2495,6 +2495,50 @@ repositories:
archived: true
hydra-booster:
archived: true
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
files:
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
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 Maintainers
pull:
- github-mgmt stewards
push:
- rust-libp2p-contributors
visibility: public
interface-connection:
archived: true
interface-content-routing:
Expand Down

0 comments on commit 450f182

Please sign in to comment.