saadmk11/GitHub Actions Version Updater
GitHub Actions Version Updater updates GitHub Action versions in a repository and creates a pull request with the changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| committer_username | Name of the user who will commit the changes to GitHub | no | github-actions[bot] |
| committer_email | Email Address of the user who will commit the changes to GitHub | no | github-actions[bot]@users.noreply.github.com |
| commit_message | Commit message for the commits created by the action | no | Update GitHub Action Versions |
| pull_request_title | Title of the pull requests generated by the action | no | Update GitHub Action Versions |
| pull_request_branch | The pull request branch name (If provided, the action will force push to the branch) | no | "" |
| ignore | A comma separated string of GitHub Actions to ignore updates for | no | "" |
| token | GitHub Personal Access Token with `workflow` scope | yes | — |
| skip_pull_request | Skip Pull Request creation | no | false |
| update_version_with | Use The Latest Release Tag/Commit SHA or Default Branch Commit SHA to update the actions. options: "release-tag" (default), "release-commit-sha", "default-branch-sha" | no | release-tag |
| release_types | A comma separated string of release types (major, minor, patch) to use when updating the actions. By default, all release types are used to update the actions. Only Applicable for "release-tag", "release-commit-sha" | no | all |
| pull_request_user_reviewers | A comma separated string (usernames) which denotes the users that should be added as reviewers to the pull request | no | "" |
| pull_request_team_reviewers | A comma separated string (team slugs) which denotes the teams that should be added as reviewers to the pull request | no | "" |
| pull_request_labels | A comma separated string (label names) which denotes the labels which will be added to the pull request | no | "" |
| extra_workflow_locations | A comma separated string of file or directory paths to look for workflows. By default, only the workflow files in the .github/workflows directory are checked updates | no | "" |
Outputs
no outputs