From 158330a8a04a061c1f5cbdf8557708b23bc833de Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Sat, 5 Mar 2022 08:51:04 +0800 Subject: [PATCH] Fix syntax error in pull request labeller workflow (#55818) --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1fb20d88bd9dc..87cd1fdf0b984 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: true + sync-labels: true