We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223052 commit dc2dd02Copy full SHA for dc2dd02
.github/workflows/auto-labeler-pr.yml
@@ -2,17 +2,17 @@ name: Labeler
2
on:
3
- pull_request_target
4
jobs:
5
- pattern-labaler:
+ pattern-labeler:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/labeler@v2
9
with:
10
configuration-path: .github/label-settings/labeler.yml
11
repo-token: ${{ secrets.GH_TOKEN }}
12
branch-name-labeler:
13
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
14
15
- - uses: TimonVS/pr-labeler-action@v3
+ - uses: TimonVS/pr-labeler-action@v4
16
17
configuration-path: .github/label-settings/name-pattern-labeler.yml
18
env:
0 commit comments