actions-marketplace-validations/Dependabot Bundler Action
A simple action to bundle your dependabot PRs into a single PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token. | yes | "" |
| repo | The repository. | yes | "" |
| owner | The owner organization or user. | yes | "" |
| labels | Any additional labels to apply to the created PR. | no | "" |
| botName | Name of the bot. This will be used to identify pull requests that needs to be bundled. | no | app/dependabot |
| authorName | Name of user with which the PR will be created. | no | Github Action |
| authorEmail | Email address of the pull request creator. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| targetBranch | The target branch to create the bundled PR against. | no | main |
| prTitle | The description of the created PR. | no | Dependabot Bundler PR |
Outputs
| name | description |
|---|---|
| timestamp | The timestamp at which the message was posted. This is used to update or to reply to a message in thread |
| channel | The ID of the channel this message was posted to. |