commit | c92033f1eb445b8564a27c696459bf0633966ec0 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 08 20:05:36 2022 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 08 20:05:36 2022 -0500 |
tree | be74be48cee3a830da2446cc1e542c829d5fab43 | |
parent | fd9adcbe5e2b86223f998b189756bb2e8858e703 [diff] |
temporarily remove rules.pl Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/rules.pl b/rules.pl deleted file mode 100644 index 9f0918b..0000000 --- a/rules.pl +++ /dev/null
@@ -1,5 +0,0 @@ -submit_filter(In,S) :- - In =.. [submit | Ds], - findall(U, gerrit:commit_label(label('Code-Review', 2), U), Approvers), - gerrit_owners:add_owner_approval(Approvers, Ds, A), - S =.. [submit | A].