Skip to content

Commit

Permalink
chore(deps): update actions/labeler action to v5 (#55)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/labeler action to v5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dmitriy Belyaev <[email protected]>
  • Loading branch information
renovate[bot] and dbelyaev authored Jan 22, 2024
1 parent f1677f9 commit c729470
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
19 changes: 15 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
action:
- any: ["action.yml", "Dockerfile", "entrypoint.sh"]
- any:
- changed-files:
- any-glob-to-any-file: ['action.yml', 'Dockerfile', 'entrypoint.sh']

tests:
- testdata/**
- any:
- changed-files:
- any-glob-to-any-file: testdata/**

automation:
- .github/**
- any:
- changed-files:
- any-glob-to-any-file: .github/**

docs:
- "**/*.md"
- any:
- changed-files:
- any-glob-to-any-file: '**/*.md'
3 changes: 1 addition & 2 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
sync-labels: true
dot: true

0 comments on commit c729470

Please sign in to comment.