Skip to content

Commit

Permalink
Bump actions/labeler from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Mar 4, 2024
1 parent 40c5b47 commit 4d757c3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
38 changes: 23 additions & 15 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
# Configuration for pull request labeler: https://github.com/actions/labeler
Frontend:
- src/api/**/*
- changed-files:
- any-glob-to-any-file:
- src/api/**/*

Backend:
- src/backend/**/*
- changed-files:
- any-glob-to-any-file:
- src/backend/**/*

"Documentation :book:":
- docs/**/*
- '**/*.md'
- src/api/public/apidocs/**/*
- ReleaseNotes-*
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- '**/*.md'
- src/api/public/apidocs/**/*
- ReleaseNotes-*

"Test Suite / CI :syringe:":
- .circleci/**/*
- .github/**/*
- .obs/**/*
- .rubocop.yml
- .rubocop_todo.yml
- dist/t/**/*
- src/api/.rubocop.yml
- src/api/.rubocop_todo.yml
- .codeclimate.yml
- changed-files:
- any-glob-to-any-file:
- .circleci/**/*
- .github/**/*
- .obs/**/*
- .rubocop.yml
- .rubocop_todo.yml
- dist/t/**/*
- src/api/.rubocop.yml
- src/api/.rubocop_todo.yml
- .codeclimate.yml
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 4d757c3

Please sign in to comment.