feat(ci-bot): add RF-A to the reporting

Report on the status of the newest project in the TF-A family.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I9d1e13a5c9183801e52e6bc0edef5feeac5b7d01
diff --git a/script/status_reporting/gerrit_patch_count.py b/script/status_reporting/gerrit_patch_count.py
index 376e728..54fdf14 100644
--- a/script/status_reporting/gerrit_patch_count.py
+++ b/script/status_reporting/gerrit_patch_count.py
@@ -42,8 +42,10 @@
         "-q", "--tforg-gerrit-query",
         default=(
             "(parentproject:TF-A OR parentproject:TF-RMM OR parentproject:TS OR "
-            "parentproject:hafnium OR project:^ci/hafnium-.%2B OR project:^ci/tf-a-.%2B) "
-            "(branch:integration OR branch:master OR branch:^topics\\/.*) -is:wip is:open"
+            "parentproject:hafnium OR parentproject:RF-A OR "
+            "project:^ci/hafnium-.%2B OR project:^ci/tf-a-.%2B) "
+            "(branch:integration OR branch:master OR branch:main OR "
+            "branch:^topics\\/.*) -is:wip is:open"
         ), help="the query to pass to tforg's Gerrit (as written in the query box)"
     )