Skip to content

Collection of automation tools and github-workflows for Ayon related repositories.

Notifications You must be signed in to change notification settings

ynput/automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayon-Automation

Collection of automation tools and github-workflows for Ayon related repositories.

Release-Trigger-Workflow

Rolling release of a release trigger implementation customized for the Ayon workflows

Expected Repository Variables and Secrets

See here for details on how to create them.

  • Secrets
    • YNPUT_BOT_TOKEN (str) - GitHub token used for the bot to run a workflow
    • CI_USER (str) - Username for the bot to authenticate for pushing (git config --global user.name)
    • CI_EMAIL (str) - E-Mail for the bot to authenticate for pushing (git config --global user.email)
  • Variables
    • PROJECT_NAME (str) - name of the library, addon or whatever the repository contains
    • MAIN_BRANCH (str) - name of the main branch, usually "main"
    • PATCH_BUMP_LABEL ([str, str]) - bump the patch version if one of these labels (comma separated values) exist
    • MINOR_BUMP_LABEL ([str, str]) - bump the minor version if one of these labels (comma separated values) exist

About

Collection of automation tools and github-workflows for Ayon related repositories.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published