Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Timo Rothenpieler <code@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Subject: [FFmpeg-devel] [PATCH] forgejo/CODEOWNER: forgejo uses regex to match paths (PR #20180)
Date: Fri,  8 Aug 2025 18:21:36 +0300 (EEST)
Message-ID: <20250808152136.5674468A604@ffbox0-bg.ffmpeg.org> (raw)

PR #20180 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20180
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20180.patch


From ae490baa69b68edf12c423c53c23a9cf4654122a Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler <timo@rothenpieler.org>
Date: Fri, 8 Aug 2025 17:21:23 +0200
Subject: [PATCH] forgejo/CODEOWNER: forgejo uses regex to match paths

---
 .forgejo/CODEOWNERS | 115 +++++++++++++++++++++++---------------------
 1 file changed, 59 insertions(+), 56 deletions(-)

diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS
index d339453404..4b4b9a2c2c 100644
--- a/.forgejo/CODEOWNERS
+++ b/.forgejo/CODEOWNERS
@@ -3,86 +3,89 @@
 # merely have a good understanding of that area of the codebase and therefore
 # are usually suited as a reviewer.
 
+# Lines in this file match changed paths via Go-Style regular expressions:
+# https://pkg.go.dev/regexp/syntax
+
 # Mind the alphabetical order
 
 # avcodec
 # =======
-libavcodec/*aac* @lynne
-libavcodec/*ac3* @lynne
-libavcodec/*atrac9* @lynne
-libavcodec/*bitpacked* @lynne
-libavcodec/*dirac* @lynne
-libavcodec/*ffv1* @lynne @michaelni
-libavcodec/golomb* @michaelni
-libavcodec/*h266* @frankplow
-libavcodec/h26x/* @frankplow
-libavcodec/*jpegxl* @lynne
-libavcodec/*jxl* @lynne
-libavcodec/*opus* @lynne
-libavcodec/*prores* @lynne
-libavcodec/rangecoder* @michaelni
-libavcodec/ratecontrol* @michaelni
-libavcodec/*siren* @lynne
-libavcodec/*vc2* @lynne
-libavcodec/*vvc* @frankplow
-libavcodec/vvc/* @frankplow
+libavcodec/.*aac.* @lynne
+libavcodec/.*ac3.* @lynne
+libavcodec/.*atrac9.* @lynne
+libavcodec/.*bitpacked.* @lynne
+libavcodec/.*dirac.* @lynne
+libavcodec/.*ffv1.* @lynne @michaelni
+libavcodec/golomb.* @michaelni
+libavcodec/.*h266.* @frankplow
+libavcodec/h26x/.* @frankplow
+libavcodec/.*jpegxl.* @lynne
+libavcodec/.*jxl.* @lynne
+libavcodec/.*opus.* @lynne
+libavcodec/.*prores.* @lynne
+libavcodec/rangecoder.* @michaelni
+libavcodec/ratecontrol.* @michaelni
+libavcodec/.*siren.* @lynne
+libavcodec/.*vc2.* @lynne
+libavcodec/.*vvc.* @frankplow
+libavcodec/vvc/.* @frankplow
 
-libavcodec/aarch64/* @lynne @mstorsjo
-libavcodec/arm/* @mstorsjo
-libavcodec/ppc/* @sean_mcg
-libavcodec/x86/* @lynne
+libavcodec/aarch64/.* @lynne @mstorsjo
+libavcodec/arm/.* @mstorsjo
+libavcodec/ppc/.* @sean_mcg
+libavcodec/x86/.* @lynne
 
 # avfilter
 # =======
-libavfilter/aarch64/* @mstorsjo
-libavfilter/vf_yadif* @michaelni
-libavfilter/vsrc_mandelbrot* @michaelni
+libavfilter/aarch64/.* @mstorsjo
+libavfilter/vf_yadif.* @michaelni
+libavfilter/vsrc_mandelbrot.* @michaelni
 
 # avformat
 # =======
-libavformat/iamf* @jamrial
+libavformat/iamf.* @jamrial
 
 # avutil
 # ======
-libavutil/*crc* @lynne @michaelni
-libavutil/eval* @michaelni
-libavutil/iamf* @jamrial
-libavutil/integer* @michaelni
-libavutil/kiss99* @michaelni
-libavutil/lfg* @michaelni
-libavutil/lls* @michaelni
-libavutil/md5* @michaelni
-libavutil/mathematics* @michaelni
-libavutil/mem* @michaelni
-libavutil/qsort* @michaelni
-libavutil/random_seed* @michaelni
-libavutil/rational* @michaelni
-libavutil/sfc* @michaelni
-libavutil/softfloat* @michaelni
-libavutil/tree* @michaelni
-libavutil/tx* @lynne
+libavutil/.*crc.* @lynne @michaelni
+libavutil/eval.* @michaelni
+libavutil/iamf.* @jamrial
+libavutil/integer.* @michaelni
+libavutil/kiss99.* @michaelni
+libavutil/lfg.* @michaelni
+libavutil/lls.* @michaelni
+libavutil/md5.* @michaelni
+libavutil/mathematics.* @michaelni
+libavutil/mem.* @michaelni
+libavutil/qsort.* @michaelni
+libavutil/random_seed.* @michaelni
+libavutil/rational.* @michaelni
+libavutil/sfc.* @michaelni
+libavutil/softfloat.* @michaelni
+libavutil/tree.* @michaelni
+libavutil/tx.* @lynne
 
-libavutil/aarch64/* @lynne @mstorsjo
-libavutil/arm/* @mstorsjo
-libavutil/ppc/* @sean_mcg
-libavutil/x86/* @lynne
+libavutil/aarch64/.* @lynne @mstorsjo
+libavutil/arm/.* @mstorsjo
+libavutil/ppc/.* @sean_mcg
+libavutil/x86/.* @lynne
 
 # swresample
 # =======
-libswresample/aarch64/* @mstorsjo
-libswresample/arm/* @mstorsjo
-libswresample/* @michaelni
+libswresample/aarch64/.* @mstorsjo
+libswresample/arm/.* @mstorsjo
+libswresample/.* @michaelni
 
 # swscale
 # =======
-libswscale/aarch64/* @mstorsjo
-libswscale/arm/* @mstorsjo
-libswscale/ppc/* @sean_mcg
+libswscale/aarch64/.* @mstorsjo
+libswscale/arm/.* @mstorsjo
+libswscale/ppc/.* @sean_mcg
 
 # doc
 # ===
-doc/* @GyanD
+doc/.* @GyanD
 
 # Frameworks
 # ==========
-*vulkan* @lynne
+.*vulkan.* @lynne
-- 
2.49.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

                 reply	other threads:[~2025-08-08 15:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250808152136.5674468A604@ffbox0-bg.ffmpeg.org \
    --to=code@ffmpeg.org \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git