PR #22929 opened by Timo Rothenpieler (BtbN) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22929 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22929.patch
>From dac095701a430d76882f7ef3cc2242fd5e2fe06f Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler <[email protected]> Date: Sun, 26 Apr 2026 16:59:24 +0200 Subject: [PATCH] forgejo/workflows: make labeler also removed non-applicable labels again --- .forgejo/workflows/autolabel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/autolabel.yml b/.forgejo/workflows/autolabel.yml index d06b8f3c21..0235bdd7d4 100644 --- a/.forgejo/workflows/autolabel.yml +++ b/.forgejo/workflows/autolabel.yml @@ -22,6 +22,7 @@ jobs: with: configuration-path: .forgejo/labeler/labeler.yml repo-token: ${{ secrets.AUTOLABELER_TOKEN }} + sync-labels: true - name: Label by title-match uses: actions/github-script@v8 with: -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
