From: Ernesto Puerta Date: Wed, 18 Nov 2020 12:00:00 +0000 (+0100) Subject: github/labeler: disable sync-labels X-Git-Tag: v16.1.0~548^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38158%2Fhead;p=ceph.git github/labeler: disable sync-labels Yaml syntax cleaned too. Fixes: https://github.com/ceph/ceph/pull/38107#issuecomment-729300615 Signed-off-by: Ernesto Puerta --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 23956a02fbdc..635b7757d984 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,11 +1,11 @@ +--- name: "Pull Request Labeler" -on: -- pull_request_target - +on: pull_request_target jobs: - triage: + labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: actions/labeler@main + with: + sync-labels: '' + repo-token: "${{ secrets.GITHUB_TOKEN }}"