diff options
author | Laura Flores <lflores@redhat.com> | 2024-01-29 19:50:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 19:50:47 +0100 |
commit | 7a04e9b9cf39f647a405b93b68092f55fbae46ef (patch) | |
tree | 293cec078672051c6134989267d5af52b128d8b8 /.github | |
parent | Merge pull request #55062 from rhcs-dashboard/set-bucket-policy (diff) | |
parent | .github/workflows: update comment to reflect version change (diff) | |
download | ceph-7a04e9b9cf39f647a405b93b68092f55fbae46ef.tar.xz ceph-7a04e9b9cf39f647a405b93b68092f55fbae46ef.zip |
Merge pull request #55326 from ceph/dependabot-github_actions-actions-labeler-5.0.0
.github: Bump actions/labeler from 4.0.2 to 5.0.0
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-triage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 24b1c97db70..81c23128ae2 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign labels based on modified files - # https://github.com/marketplace/actions/labeler?version=v4.0.2 - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 + # https://github.com/marketplace/actions/labeler?version=v5.0.0 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 with: sync-labels: '' repo-token: "${{ secrets.GITHUB_TOKEN }}" |