Skip to content

Commit dc2dd02

Browse files
committed
ci: branch name labeler
1 parent 4223052 commit dc2dd02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-labeler-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Labeler
22
on:
33
- pull_request_target
44
jobs:
5-
pattern-labaler:
5+
pattern-labeler:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/labeler@v2
99
with:
1010
configuration-path: .github/label-settings/labeler.yml
1111
repo-token: ${{ secrets.GH_TOKEN }}
1212
branch-name-labeler:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-latest
1414
steps:
15-
- uses: TimonVS/pr-labeler-action@v3
15+
- uses: TimonVS/pr-labeler-action@v4
1616
with:
1717
configuration-path: .github/label-settings/name-pattern-labeler.yml
1818
env:

0 commit comments

Comments
 (0)