Skip to content

cleanlab/deploy-bot

Actions
Deployment merge handler
v1.3.4
Latest
Star (0)

Tags

 (1)

deploy-bot

This action manages deployments by creating deployment PRs between a designated source and target branch.

The action first creates a deployment branch, from the source branch, named deployment/%m-%d-%Y. Then, a PR is created, targeting the target branch from the source branch. All contributors to the PR are added as reviewers.

Example Workflow

An example workflow is shown below. This workflow runs the deploy-bot every weekday at 9AM ET.

name: deploy-bot

on:
  schedule:
    - cron: 0 13 * * 1-5

jobs:
    deploy:
        steps:
            - uses: cleanlab/[email protected]
              with:
                source: staging
                target: main
                pr_body: "Daily deplyoment PR :robot:"

cleanlab/deploy-bot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deployment merge handler
v1.3.4
Latest

Tags

 (1)

cleanlab/deploy-bot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.