Skip to content

Commit

Permalink
Merge pull request #160 from libp2p/master-fix
Browse files Browse the repository at this point in the history
fix@5399197440 [skip fix]
  • Loading branch information
galargh authored Jun 28, 2023
2 parents 1e0441c + a2dcb53 commit 340182f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions github/libp2p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5688,6 +5688,11 @@ repositories:
- p-shahi
default_branch: main
delete_branch_on_merge: false
files:
.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 @@ -7428,11 +7433,14 @@ repositories:
- TheDiscordian
default_branch: main
delete_branch_on_merge: false
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: false
secret_scanning: false
secret_scanning_push_protection: true
secret_scanning: true
squash_merge_commit_message: COMMIT_MESSAGES
squash_merge_commit_title: COMMIT_OR_PR_TITLE
visibility: public
Expand Down

0 comments on commit 340182f

Please sign in to comment.