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 3ed8c1eb8a forgejo/labeler: automatically flag Vulkan-related commits
#20118
3ed8c1eb8a is described below
commit 3ed8c1eb8a04193b44d32350aacd88a94a38b6a7
Author: Lynne <[email protected]>
AuthorDate: Sun Dec 7 19:15:29 2025 +0100
Commit: Lynne <[email protected]>
CommitDate: Sun Dec 7 19:41:58 2025 +0000
forgejo/labeler: automatically flag Vulkan-related commits #20118
---
.forgejo/labeler/labeler.js | 3 ++-
.forgejo/labeler/labeler.yml | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.forgejo/labeler/labeler.js b/.forgejo/labeler/labeler.js
index b0c0898668..173d98080c 100644
--- a/.forgejo/labeler/labeler.js
+++ b/.forgejo/labeler/labeler.js
@@ -11,7 +11,8 @@ module.exports = async ({github, context}) => {
'avutil': 'avutil',
'swresample': 'swresample',
'swscale': 'swscale',
- 'fftools': 'CLI'
+ 'fftools': 'CLI',
+ 'vulkan': 'vulkan'
};
async function isOrgMember(username) {
diff --git a/.forgejo/labeler/labeler.yml b/.forgejo/labeler/labeler.yml
index 212dd12a9a..446a675316 100644
--- a/.forgejo/labeler/labeler.yml
+++ b/.forgejo/labeler/labeler.yml
@@ -29,3 +29,7 @@ swscale:
CLI:
- changed-files:
- any-glob-to-any-file: 'fftools/**'
+
+vulkan:
+ - changed-files:
+ - any-glob-to-any-file: '**/*vulkan*'
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]