Skip to content

Commit

Permalink
update actions/labeler to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
catriona-m committed Jan 15, 2024
1 parent 8a631c7 commit 52ad42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# SPDX-License-Identifier: MPL-2.0

release-once-merged:
- resource-manager/**/*
- changed-files:
- any-glob-to-any-file:
- resource-manager/**/*
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 52ad42a

Please sign in to comment.