Skip to content

Commit

Permalink
Merge pull request #1354 from hashicorp/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/labeler-5.0.0

build(deps): bump actions/labeler from 4.3.0 to 5.0.0
  • Loading branch information
ewbankkit authored Apr 9, 2024
2 parents 68ac04c + 0ff5f59 commit 2c1eae8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/labeler-pr-needs-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# SPDX-License-Identifier: MPL-2.0

needs-triage:
- '**'
- '.*'
- '.*/**'
- any:
- changed-files:
- any-glob-to-any-file:
- '**'
- '.*'
- '.*/**'
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Apply needs-triage Label
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
if: github.event.action == 'opened' && !contains(fromJSON('["breathingdust", "ewbankkit", "gdavison", "johnsonaj", "YakDriver", "zhelding"]'), github.actor)
with:
configuration-path: .github/labeler-pr-needs-triage.yml
Expand Down

0 comments on commit 2c1eae8

Please sign in to comment.