Skip to content

GitHub Action to update a staging branch as part of llvm/circt CI/CD

Notifications You must be signed in to change notification settings

circt/update-staging-branch

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Update Staging Branch

Composite GitHub action that updates a staging branch. This staging branch is part of the CI/CD flow where a downstream project is kept up-to-date with llvm/circt.

Usage

- name: Update Staging Branch
  uses: circt/update-staging-branch@test
  with:
    # The name that will be associated with any created commits
    user: ''

    # The email address that will be associated with any created commits
    email: ''

    # The name of the default branch
    #
    # Default: 'main'
    main-branch: ''

    # The name of the staging branch
    #
    # Default: 'ci/ci-circt-nightly'
    staging-branch: ''

About

GitHub Action to update a staging branch as part of llvm/circt CI/CD

Resources

Stars

Watchers

Forks

Packages

No packages published