Skip to content

Commit

Permalink
Changed configuration and adding in default folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 16, 2024
1 parent 05b1c8b commit 121738c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Infrastructure:
- bicep/main.js
- bicep/private/modules/**/*

# Add 'documentation' label to any change to *.md files
Documentation:
- "*.md"
- "docs/*.md"
- changed-files:
- any-glob-to-any-file: ['docs/*', '**/*.md']

Software:
- software/**/*
- stamp/**/*
- charts/**/*
- changed-files:
- any-glob-to-any-file: ['software/**/*', 'stamp/**/*', 'charts/**/*']

Infrastructure:
- changed-files:
- any-glob-to-any-file: ['bicep/**/*', 'infrastructure/**/*']
1 change: 1 addition & 0 deletions bicep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Infrastructure Code
1 change: 1 addition & 0 deletions charts/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Helm Charts
1 change: 1 addition & 0 deletions docs/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Documentation
1 change: 1 addition & 0 deletions software/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Gitops Application Configuration
1 change: 1 addition & 0 deletions stamp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Gitops Platform Configuration

0 comments on commit 121738c

Please sign in to comment.