From d391b1d3e6d8e6b177b442b42aeadedabbbad5fb Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:48:31 +0200 Subject: [PATCH] ci: sync labels when files are reverted or no longer changed with labeler Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 53700b0a..1b75e534 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,3 +17,5 @@ jobs: - name: Run uses: actions/labeler@v5 + with: + sync-labels: true