Skip to content

Commit 65e1b02

Browse files
chore(deps): update erezrokah/pr-labeler-action action to v1.1.0 (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97a1a62 commit 65e1b02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ jobs:
88
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: erezrokah/pr-labeler-action@v1.0.0
11+
- uses: erezrokah/pr-labeler-action@v1.1.0
1212
if: startsWith(github.event.pull_request.title, 'fix')
1313
with:
1414
token: '${{ secrets.GITHUB_TOKEN }}'
1515
label: 'type: bug'
16-
- uses: erezrokah/pr-labeler-action@v1.0.0
16+
- uses: erezrokah/pr-labeler-action@v1.1.0
1717
if: startsWith(github.event.pull_request.title, 'chore') || startsWith(github.event.pull_request.title, 'ci:')
1818
with:
1919
token: '${{ secrets.GITHUB_TOKEN }}'
2020
label: 'type: chore'
21-
- uses: erezrokah/pr-labeler-action@v1.0.0
21+
- uses: erezrokah/pr-labeler-action@v1.1.0
2222
if: startsWith(github.event.pull_request.title, 'feat')
2323
with:
2424
token: '${{ secrets.GITHUB_TOKEN }}'
2525
label: 'type: feature'
26-
- uses: erezrokah/pr-labeler-action@v1.0.0
26+
- uses: erezrokah/pr-labeler-action@v1.1.0
2727
if: startsWith(github.event.pull_request.title, 'security')
2828
with:
2929
token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)