Skip to content

Commit

Permalink
Fix: github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
akash4sh committed Apr 8, 2024
1 parent 34eb70f commit 4e90f0e
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,20 @@
# Add 'Documentation' label to any changes within 'docs' folder or any subfolders
Documentation:
- changed-files:
- any-glob-to-any-file: docs/**
- any-glob-to-any-file:
- 'docs/**'

# Add 'Documentation' label to any file changes within 'docs' folder
Documentation_docs:
- changed-files:
- any-glob-to-any-file: docs/*

# Add 'Documentation' label to any file changes within 'docs' or 'guides' folders
Documentation_guides:
- changed-files:
- any-glob-to-any-file:
- docs/*
- guides/*
- any-glob-to-any-file:
- 'docs/*'

# Add 'Documentation' label to any change to .md files within the entire repository
Documentation_md:
- changed-files:
- any-glob-to-any-file: '**/*.md'

# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder
source:
- all:
- changed-files:
- any-glob-to-any-file: 'src/**/*'
- all-globs-to-all-files: '!src/docs/*'
- any-glob-to-any-file:
- '**/*.md'

# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
feature:
Expand Down

0 comments on commit 4e90f0e

Please sign in to comment.