diff --git a/github/libp2p.yml b/github/libp2p.yml index b3da7111..94d7b467 100644 --- a/github/libp2p.yml +++ b/github/libp2p.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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