File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11import 'reflect-metadata'
22import { Repository } from '../resources/repository.js'
33import { runFormat } from './shared/format.js'
4+ import { runAddCollaboratorToAllRepos } from './shared/add-collaborator-to-all-repos.js'
45import { runSetPropertyInAllRepos } from './shared/set-property-in-all-repos.js'
56import { runToggleArchivedRepos } from './shared/toggle-archived-repos.js'
67import { 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 (
You can’t perform that action at this time.
0 commit comments