This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 1b0c9e3dce forgejo/workflows: block concurrent backport runs for the 
same pull request
1b0c9e3dce is described below

commit 1b0c9e3dce64423052e204ca5669a21f9f9a2eac
Author:     Timo Rothenpieler <[email protected]>
AuthorDate: Sun Jul 19 22:45:55 2026 +0200
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Sun Jul 19 22:47:17 2026 +0200

    forgejo/workflows: block concurrent backport runs for the same pull request
---
 .forgejo/workflows/backports.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.forgejo/workflows/backports.yml b/.forgejo/workflows/backports.yml
index 30c4e5a4ca..fea0ea7dcf 100644
--- a/.forgejo/workflows/backports.yml
+++ b/.forgejo/workflows/backports.yml
@@ -8,6 +8,10 @@ on:
       - closed
       - labeled
 
+concurrency:
+  cancel-in-progress: false
+  group: backport-${{ forgejo.event.pull_request.number }}
+
 jobs:
   backporting:
     name: PR

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to