diff options
author | 2015-08-11 19:58:22 +0000 | |
---|---|---|
committer | 2015-08-13 11:00:52 -0700 | |
commit | 77ca07b9e4ac98f0e6feb31f752fecb62541aba5 (patch) | |
tree | e1eca0cbf5cf250f4a7e653751f09a3051c1edc6 /rules.pl | |
parent | 0d960bb7a3ad4fad6fae796f06e4bd796cbddcef (diff) |
Created project
Creating groups file
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Giving contributors rights to forge Author and Committer
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Experiment with rules.pl
Experiment:
Make every change submittable regardless of the votes it has.
Change-Id: I2f3a2bdc9c137ea052ac9ad548ef5c8e0a5a692a
Signed-off-by: Frank Brockners <fbrockne@cisco..com>
Diffstat (limited to 'rules.pl')
-rw-r--r-- | rules.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.pl b/rules.pl new file mode 100644 index 0000000..5c54419 --- /dev/null +++ b/rules.pl @@ -0,0 +1,2 @@ +submit_rule(submit(W)) :- + W = label('Any-Label-Name', ok(_)). |