Skip to content

Commit d9cf300

Browse files
committed
Fix yml formatting
1 parent 29b824f commit d9cf300

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.github/labeler.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# See help here: https://github.com/marketplace/actions/labeler
22

33
cpp:
4-
- changed-files:
5-
- any-glob-to-any-file:
6-
- model_api/cpp/*
4+
- changed-files:
5+
- any-glob-to-any-file:
6+
- model_api/cpp/*
77

88
python:
9-
- changed-files:
10-
- any-glob-to-any-file:
11-
- model_api/python/*
9+
- changed-files:
10+
- any-glob-to-any-file:
11+
- model_api/python/*
1212

1313
tests:
14-
- changed-files:
15-
- any-glob-to-any-file:
16-
- tests/*
14+
- changed-files:
15+
- any-glob-to-any-file:
16+
- tests/*
1717

1818
docs:
19-
- changed-files:
20-
- any-glob-to-any-file:
21-
- docs/*
22-
- "**/*.md"
23-
- "LICENSE"
19+
- changed-files:
20+
- any-glob-to-any-file:
21+
- docs/*
22+
- "**/*.md"
23+
- "LICENSE"
2424

2525
build:
26-
- changed-files:
27-
- any-glob-to-any-file:
28-
- ".github/**/*"
29-
- ".pre-commit-config.yaml"
30-
- "pyproject.toml"
31-
- "**/CMakeLists.txt"
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- ".github/**/*"
29+
- ".pre-commit-config.yaml"
30+
- "pyproject.toml"
31+
- "**/CMakeLists.txt"

.github/workflows/pr-labeler.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Pull Request Labeler"
2+
permissions: read-all
23
on:
3-
- pull_request_target
4+
- pull_request_target
45

56
jobs:
67
labeler:
@@ -9,6 +10,6 @@ jobs:
910
pull-requests: write
1011
runs-on: ubuntu-latest
1112
steps:
12-
- uses: actions/labeler@v5
13-
with:
14-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
13+
- uses: actions/labeler@v5
14+
with:
15+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)