staffbase/AutoDev action
Tries to merge all Pull Requests with a specific label to a certain branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token of the user that fetches the pull requests | yes | — |
| base | This is the base branch. The merge history originates from this branch. | no | main |
| label | The label where the action will be triggered. | no | dev |
| branch | The branch the action will merge the Pull Requests to. | no | dev |
| comments | If true, the action creates a comment on each PR to inform about the status of the dev branch | no | false |
| success_comment | Comment string that will be shown in the Pull request on success. | no | "" |
| failure_comment | Comment string that will be shown in the Pull request on failure. | no | "" |
| labels | If true, the action uses labels on each PR to inform about the status of the dev branch. | no | false |
| success_label | Label string that will be add on the Pull request on success. | no | successful |
| failure_label | Label string that will be add on the Pull request on failure. | no | failed |
| user | Name of the user which does the git commit. | no | AutoDev Action |
| E-Mail of the user which does the git commit. | no | staffbot@staffbase.com |
Outputs
no outputs