svanboxel/Add file to all repos
This action creates a pull request adding a certain file to all repositories in an organization.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| organization-name | The name of the organization. | yes | — |
| extensions | A list of recommended extensions to add to the .vscode/extensions.json file. | no | [] |
| repositories | A 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-exists | If true, the file will only be added if the .vscode/extensions.json file already exists. | no | false |
| author-name | The author name. Use github.actor variable for user who triggered the workflow run. | — | github-actions[bot] |
| author-email | The 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-title | The title of the pull request. | no | Adding recommended extensions to vscode recommedations file |
| pull-request-body | The body of the pull request. | no | Adding recommended extensions to vscode recommedations file. This Pull Request is generated by a [GitHub Action](https://github.com/SvanBoxel/add-vscode-extension-action). |
| commit-message | The commit message. | no | Adding recommended extensions to vscode recommedations file |
| base | The base branch to create the pull request against. | no | main |
| branch-name | The name of the branch to create the pull request from. | no | add-vscode-extension-action |
| github-token | The GitHub token to use for authentication. Should have access to repositories listed in the repositories input. | yes | — |
Outputs
no outputs