svanboxel/Add file to all repos

This action creates a pull request adding a certain file to all repositories in an organization.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
organization-nameThe name of the organization.yes
extensionsA list of recommended extensions to add to the .vscode/extensions.json file.no[]
repositoriesA list of repositories to add the file to. If no repositories are specified, the file will be added to all repositories in the organization.no""
only-if-extension-file-existsIf true, the file will only be added if the .vscode/extensions.json file already exists.nofalse
author-nameThe author name. Use github.actor variable for user who triggered the workflow run.github-actions[bot]
author-emailThe author email. Use <github.actor variable>@users.noreply.github.com for user who triggered the workflow run.github-actions[bot]@users.noreply.github.com
pull-request-titleThe title of the pull request.noAdding recommended extensions to vscode recommedations file
pull-request-bodyThe body of the pull request.noAdding recommended extensions to vscode recommedations file. This Pull Request is generated by a [GitHub Action](https://github.com/SvanBoxel/add-vscode-extension-action).
commit-messageThe commit message.noAdding recommended extensions to vscode recommedations file
baseThe base branch to create the pull request against.nomain
branch-nameThe name of the branch to create the pull request from.noadd-vscode-extension-action
github-tokenThe GitHub token to use for authentication. Should have access to repositories listed in the repositories input.yes

no outputs