Skip to content

Commit

Permalink
Update fix-yaml-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jun 10, 2024
1 parent ad9a8d8 commit 5c49090
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/src/actions/fix-yaml-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ import * as core from '@actions/core'

function isInitialised(repository: Repository) {
return ![
'core-fund',
'fclibp2p-zhi',
'foundation',
'okr-temp',
'governance',
'product',
'rust-libp2p-identity'
'rust-libp2p-identity',
'test'
].includes(repository.name)
}

Expand Down

0 comments on commit 5c49090

Please sign in to comment.