Skip to content

Commit

Permalink
github: workflows: added labels for common code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Dec 16, 2024
1 parent c852fdc commit 041140b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,28 @@ documentation:
- changed-files:
- any-glob-to-any-file: ['**/*.md', 'doc/**']

# Common code
component:build:
- any-glob-to-any-file: 'cmake/**'

component:examples:
- any-glob-to-any-file: 'examples/**'

component:tests:
- changed-files:
- any-glob-to-any-file: 'tests/**'

component:api:
- changed-files:
- any-glob-to-any-file: 'include/**'

component:graph-api:
- changed-files:
- any-glob-to-any-file:
- 'src/graph/**'
- 'tests/benchdnn/graph/**'
- 'tests/gtests/graph/**'

# CPU Engine
platform:cpu-aarch64:
- changed-files:
Expand Down

0 comments on commit 041140b

Please sign in to comment.