Skip to content

Commit

Permalink
Merge pull request #163 from ipfs/master-fix
Browse files Browse the repository at this point in the history
fix@5916256387 [skip fix]
  • Loading branch information
galargh authored Aug 20, 2023
2 parents f368ebd + 434cc17 commit f63ab6e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions github/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ repositories:
allows_deletions: false
allows_force_pushes: false
blocks_creations: false
enforce_admins: true
enforce_admins: false
lock_branch: false
require_conversation_resolution: true
require_signed_commits: false
Expand Down Expand Up @@ -5071,6 +5071,10 @@ repositories:
- achingbrain
default_branch: main
description: A mutable filesystem powered by Helia
files:
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
overwrite_on_create: true
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -7966,6 +7970,10 @@ repositories:
- hugomrdias
default_branch: master
description: Install Kubo (go-ipfs) from NPM
files:
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
overwrite_on_create: true
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -8590,8 +8598,8 @@ repositories:
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 f63ab6e

Please sign in to comment.