PR #23178 opened by Project516 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23178 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23178.patch
update actions/github-script to v9 in autolabel Signed-off-by: Project516 <[email protected]> >From 7047411b244bab5ee1d4cc38158dc1024e494cd8 Mon Sep 17 00:00:00 2001 From: Project516 <[email protected]> Date: Thu, 21 May 2026 01:34:23 +0000 Subject: [PATCH] forgejo/workflows: update github script update actions/github-script to v9 in autolabel Signed-off-by: Project516 <[email protected]> --- .forgejo/workflows/autolabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/autolabel.yml b/.forgejo/workflows/autolabel.yml index 0235bdd7d4..00e4385e64 100644 --- a/.forgejo/workflows/autolabel.yml +++ b/.forgejo/workflows/autolabel.yml @@ -24,7 +24,7 @@ jobs: repo-token: ${{ secrets.AUTOLABELER_TOKEN }} sync-labels: true - name: Label by title-match - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const script = require('.forgejo/labeler/labeler.js') -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
