diff options
author | Laura Flores <lflores@ibm.com> | 2024-01-26 16:59:18 +0100 |
---|---|---|
committer | Laura Flores <lflores@ibm.com> | 2024-01-26 16:59:56 +0100 |
commit | b5ad8cb3250093639f1ac29ec69697961853570f (patch) | |
tree | 081ff1e9b0cf4ee429c4c9a62cc6a00888850115 /.github | |
parent | .github: Bump actions/labeler from 4.0.2 to 5.0.0 (diff) | |
download | ceph-b5ad8cb3250093639f1ac29ec69697961853570f.tar.xz ceph-b5ad8cb3250093639f1ac29ec69697961853570f.zip |
.github/workflows: update comment to reflect version change
Signed-off-by: Laura Flores <lflores@ibm.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-triage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index e94e9014621..81c23128ae2 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign labels based on modified files - # https://github.com/marketplace/actions/labeler?version=v4.0.2 + # https://github.com/marketplace/actions/labeler?version=v5.0.0 uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 with: sync-labels: '' |