Skip to content

Commit 6e98253

Browse files
authored
Merge branch 'master' into clang-tidy-strict-2
2 parents bebc5bc + fa242d1 commit 6e98253

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/labeler.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request_target
55

66
jobs:
7-
auto-label:
7+
label-pull-requests:
88
runs-on: ubuntu-latest
99
permissions:
1010
contents: read
@@ -15,7 +15,8 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Apply labels based on changed files
18-
uses: actions/labeler@v5
18+
uses: actions/labeler@v4
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2121
configuration-path: ".github/labeler.yml"
22+
dot: true

0 commit comments

Comments
 (0)