Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 753dc81

Browse files
authored
Merge pull request #291 from libp2p/add-web3-bot-to-all-repos
feat: add web3-bot to all repos
2 parents 3025624 + cdee032 commit 753dc81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/src/actions/fix-yaml-config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import 'reflect-metadata'
22
import {Repository} from '../resources/repository.js'
33
import {runFormat} from './shared/format.js'
4+
import {runAddCollaboratorToAllRepos} from './shared/add-collaborator-to-all-repos.js'
45
import {runAddFileToAllRepos} from './shared/add-file-to-all-repos.js'
56
import {runSetPropertyInAllRepos} from './shared/set-property-in-all-repos.js'
67
import {runToggleArchivedRepos} from './shared/toggle-archived-repos.js'
@@ -52,6 +53,10 @@ async function run() {
5253
true,
5354
r => isInitialised(r) && isPublic(r)
5455
)
56+
await runAddCollaboratorToAllRepos(
57+
'web3-bot',
58+
Permission.Push
59+
)
5560
await runToggleArchivedRepos()
5661
const accessChangesDescription = await runDescribeAccessChanges()
5762
core.setOutput(

0 commit comments

Comments
 (0)