diff mbox series

[2/2] wireless-regdb: Add .b4-config

Message ID 20240813-workflow-v1-2-3f63f0ea9d5f@flygoat.com (mailing list archive)
State New
Delegated to: Chen-Yu Tsai
Headers show
Series wireless-regdb: Workflow updates | expand

Commit Message

Jiaxun Yang Aug. 13, 2024, 3:38 p.m. UTC
Add .b4-config to provide default email To / Cc address.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 .b4-config | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Jeff Johnson Aug. 13, 2024, 6:49 p.m. UTC | #1
On 8/13/2024 8:38 AM, Jiaxun Yang wrote:
> Add .b4-config to provide default email To / Cc address.
> 
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
>  .b4-config | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/.b4-config b/.b4-config
> new file mode 100644
> index 000000000000..b9178abe3900
> --- /dev/null
> +++ b/.b4-config
> @@ -0,0 +1,5 @@
> +# Configuration for the `b4` tool
> +# See https://b4.docs.kernel.org/en/latest/config.html
> +[b4]
> +    send-series-to = linux-wireless@vger.kernel.org
> +    send-series-cc = Chen-Yu Tsai <wens@kernel.org>
> 
Normally you send to the maintainers and cc the mailing lists
also missing CC: wireless-regdb@lists.infradead.org
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 000000000000..b9178abe3900
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,5 @@ 
+# Configuration for the `b4` tool
+# See https://b4.docs.kernel.org/en/latest/config.html
+[b4]
+    send-series-to = linux-wireless@vger.kernel.org
+    send-series-cc = Chen-Yu Tsai <wens@kernel.org>