Skip to content

Commit

Permalink
fix@7124945396 [skip fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Dec 7, 2023
1 parent 7dd2a90 commit 82363f8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions github/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,14 @@ repositories:
- marshall
default_branch: main
description: is IPFS actually InterPlanetary yet?
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
teams:
Expand Down Expand Up @@ -907,6 +910,9 @@ repositories:
- 2color
default_branch: main
description: IPFS DApps Working Group
files:
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
has_discussions: true
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -7154,6 +7160,9 @@ repositories:
- web3-bot
default_branch: main
description: JavaScript implementation of Bitswap 'data exchange' protocol used by IPFS
files:
.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 @@ -8418,11 +8427,14 @@ repositories:
required_linear_history: false
default_branch: master
description: Shell library to test your Unix tools like Git does
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
teams:
Expand Down

0 comments on commit 82363f8

Please sign in to comment.