scud 0.13.0

The all-in-one tool for streamlining the many version control processes of your development workflow. WIP
# Add 'config/dependencies' label to any root file changes
config/dependencies:
  - '*'

# Add 'circleci' label to any circleci configuration changes
circleci:
  - '.circleci/*'
  - '.circleci/**/*'

# Add 'husky' label to any husky configuration changes
husky:
  - '.husky/*'
  - '.husky/**/*'

# Add 'github' label to any github configuration changes
github:
  - '.github/*'
  - '.github/**/*'

# Add 'gh-workflows' label to any github workflow configuration changes
gh-workflows:
  - '.github/workflows/*'
  - '.github/workflows/**/*'

# Add 'scud_core' label to any change within the 'scud_core' directory
scud_core:
  - 'scud_core/**/*'
  - 'scud_core/*'

# Add 'assets' label to any change within the 'assets' directory
assets:
  - 'assets/**/*'
  - 'assets/*'

# Add 'scud' label to any change within the 'src' directory
scud:
  - 'src/**/*'
  - 'src/*'