Skip to content

dansholds/dynamic-message-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Message Filter

CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

A CircleCI Orb that allows you to control setup workflows with your Git commit messages! Orb-Tools.

Example Project using this orb Dynamic Config Demo

Additional READMEs are available in each directory.

For further questions/comments about this or other orbs, visit the Orb Category of CircleCI Discuss.

How to use

  1. Enable Dynamic Config on your project.
  2. Add the orb to your config and define the parameters in mapping carbon (5)
  3. Create a continue_config.yml file that then contains workflows triggered if the parameters are true carbon (4)
  4. Ensure the parameters used are set to false at the top of the continue_config.yml file
  5. Trigger a commit and define the parameters in the message i.e. git commit -m "foo bar [api][e2e]

Screenshot 2022-04-14 at 10 29 46