]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #55364 from ljflores/wip-pr-triage
authorLaura Flores <lflores@redhat.com>
Tue, 30 Jan 2024 17:13:30 +0000 (11:13 -0600)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 17:13:30 +0000 (11:13 -0600)
.github/workflows: disable sync-labels in pr-triage

1  2 
.github/workflows/pr-triage.yml

index 81c23128ae2843e3c623472d000a278b164aa82d,2edb25f3ad89f75d0e964c90c05262e494241e7d..c41795900e4725e38d466810bbd1cabca6a6eed8
@@@ -8,10 -8,10 +8,10 @@@ 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: ''
+           sync-labels: false
            repo-token: "${{ secrets.GITHUB_TOKEN }}"
        - name: Assign to Dashboard project
          # https://github.com/marketplace/actions/add-to-github-projects?version=v0.5.0