diff options
author | Laura Flores <lflores@redhat.com> | 2024-01-30 18:13:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 18:13:30 +0100 |
commit | faef8d54d89510bb9870d66374fa66b342eddd4d (patch) | |
tree | d312fc0f328b01949a9e265233708507189c881b /.github | |
parent | Merge pull request #53610 from Patty8122/documentation-update-fsck-flagdeep (diff) | |
parent | .github/workflows: disable sync-labels in pr-triage (diff) | |
download | ceph-faef8d54d89510bb9870d66374fa66b342eddd4d.tar.xz ceph-faef8d54d89510bb9870d66374fa66b342eddd4d.zip |
Merge pull request #55364 from ljflores/wip-pr-triage
.github/workflows: disable sync-labels in pr-triage
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 81c23128ae2..c41795900e4 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -11,7 +11,7 @@ jobs: # 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 |