Skip to content

Commit 3b9d5be

Browse files
authored
Merge pull request #97 from ipld/add-web3-bot-to-all-repos
feat: add web3-bot to all repos
2 parents de61aeb + ad0c931 commit 3b9d5be

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 {runSetPropertyInAllRepos} from './shared/set-property-in-all-repos.js'
56
import {runToggleArchivedRepos} from './shared/toggle-archived-repos.js'
67
import {runDescribeAccessChanges} from './shared/describe-access-changes.js'
@@ -22,6 +23,10 @@ async function run() {
2223
true,
2324
r => isPublic(r)
2425
)
26+
await runAddCollaboratorToAllRepos(
27+
'web3-bot',
28+
Permission.Push
29+
)
2530
await runToggleArchivedRepos()
2631
const accessChangesDescription = await runDescribeAccessChanges()
2732
core.setOutput(

0 commit comments

Comments
 (0)