Skip to content

Commit ccaf17e

Browse files
Add labeler for ARM path changes (#18606)
Apply module: arm and ciflow/trunk labels when backends/arm or examples/arm files are modified. Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>
1 parent e281726 commit ccaf17e

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"module: arm":
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- 'backends/arm/**'
5+
- 'examples/arm/**'
6+
- 'docs/source/backends/arm-*/**'
7+
- 'docs/source/embedded-arm-ethos-u.md'
8+
- 'docs/source/android-arm-vgf.md'
9+
- 'docs/source/arm-delegate-runtime-build.svg'
10+
11+
ciflow/trunk:
12+
- changed-files:
13+
- any-glob-to-any-file:
14+
- 'backends/arm/**'
15+
- 'examples/arm/**'

.github/workflows/labeler.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Labeler
2+
on:
3+
pull_request_target:
4+
types: [opened, synchronize, reopened, ready_for_review]
5+
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
10+
jobs:
11+
label:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)