Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update labeler config.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Jan 5, 2024
1 parent fd3cf0f commit 125c795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
dev:
- '**'
- '**/.*'
- '**/.*/**'
- '**/.*/**/.*'
- changed-files:
- any-glob-to-any-file: '**'
2 changes: 1 addition & 1 deletion .github/workflows/pr-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
steps:
- id: label-the-PR
uses: actions/labeler@v4
uses: actions/labeler@v5

# automerge successful dependabot PRs
dependabot:
Expand Down

0 comments on commit 125c795

Please sign in to comment.