Skip to content

Commit

Permalink
Only add documentation label for non-README md files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Nov 28, 2022
1 parent 67ce552 commit a43442b
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,32 @@
# limitations under the License.

'on:blueprints':
- blueprints/**/*.tf
- any:
- 'blueprints/**'
- '!**/*.md'

'on:documentation':
- any:
- '**/*.md'
- '!**/README.md'

- 'README.md'
- 'blueprints/README.md'
- 'blueprints/*/README.md'
- 'modules/README.md'
- 'fast/README.md'
- 'fast/stages/README.md'

'on:FAST':
- fast/**/*.tf
- any:
- 'fast/**'
- '!**/*.md'

'on:modules':
- modules/**/*.tf
- any:
- 'modules/**'
- '!**/*.md'

'on:tools':
- tools/**/*
- .github/**/*
'on:documentation':
- README.md
- fast/README.md
- fast/stages/README.md
- */README.md
- 'tools/**'
- '.github/**'

0 comments on commit a43442b

Please sign in to comment.