Skip to content

Commit

Permalink
Merge pull request #564 from ericcornelissen/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/labeler-5.0.0

Bump actions/labeler from 4.1.0 to 5.0.0
  • Loading branch information
ericcornelissen authored Dec 8, 2023
2 parents 7f51b56 + d991c7c commit 9325076
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 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
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
allowed-endpoints: >
api.github.com:443
- name: Set labels on Pull Request
uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # v4.1.0
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yml
sync-labels: ""
sync-labels: false

0 comments on commit 9325076

Please sign in to comment.