Skip to content

Commit

Permalink
Merge pull request #173 from ipfs/master-fix
Browse files Browse the repository at this point in the history
fix@6416447812 [skip fix]
  • Loading branch information
galargh authored Oct 9, 2023
2 parents 10812db + d6d8dbe commit d49c609
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions github/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2076,11 +2076,14 @@ repositories:
archived: false
default_branch: master
description: "Datastore implementation using Badger v4 as backend. "
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 Expand Up @@ -5052,11 +5055,14 @@ repositories:
- SgtPooki
- whizzzkid
default_branch: main
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 d49c609

Please sign in to comment.