Skip to content

Commit

Permalink
Update labeler configuration for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Dec 7, 2023
1 parent 0856256 commit d991c7c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# Check out Labeler at: https://github.com/actions/labeler

ci:
- .github/workflows/*
- .github/dependabot.yml
- .github/labeler.yml
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*
- .github/dependabot.yml
- .github/labeler.yml

dependencies:
- .tool-versions
- package-lock.json
- changed-files:
- any-glob-to-any-file:
- .tool-versions
- package-lock.json

documentation:
- README.md
- changed-files:
- any-glob-to-any-file:
- README.md

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

security:
- SECURITY.md
- changed-files:
- any-glob-to-any-file:
- SECURITY.md
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yml
sync-labels: ""
sync-labels: false

0 comments on commit d991c7c

Please sign in to comment.