commit | ea901e07ceed9847754690216bb0bc82b76391d2 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 08 21:09:56 2022 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 08 21:09:56 2022 -0500 |
tree | 285c5ccc0f451b301e3ba23dda181bcd2da5d420 | |
parent | c92033f1eb445b8564a27c696459bf0633966ec0 [diff] |
Add rules.pl back These should finally be what we want. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/rules.pl b/rules.pl new file mode 100644 index 0000000..51815a7 --- /dev/null +++ b/rules.pl
@@ -0,0 +1,4 @@ +submit_filter(In,S) :- + In =.. [submit | Ds], + gerrit_owners:add_match_owner_approval(Ds, A), + S =.. [submit | A].