Message ID | 20240813-workflow-v1-2-3f63f0ea9d5f@flygoat.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Chen-Yu Tsai |
Headers | show |
Series | wireless-regdb: Workflow updates | expand |
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 --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>
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(+)