From 8f3252f0a82b22f9f16f580117d92e8c34a8bf51 Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Fri, 23 Aug 2024 03:27:24 +1200 Subject: [PATCH] Add self to pull_requests.toml (#65) As mentioned elsewhere, add self to list of people willing to help evaluate submissions. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --- .github/pull_requests.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_requests.toml b/.github/pull_requests.toml index 12113728fc722..979d2ad13b80e 100644 --- a/.github/pull_requests.toml +++ b/.github/pull_requests.toml @@ -9,5 +9,6 @@ members = [ "remi-delmas-3000", "qinheping", "tautschnig", - "jaisnan" + "jaisnan", + "patricklam" ]