Index: HASHTAGS |
diff --git a/HASHTAGS b/HASHTAGS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5428a9c299bb54ad58241c273c63267c7dd149d9 |
--- /dev/null |
+++ b/HASHTAGS |
@@ -0,0 +1,15 @@ |
+# This file is used by the post upload hook in the PRESUBMIT file to |
+# automatically change a CL's description based on the specified hashtags. |
+# Please see ${bug_number} for more details. |
mtklein
2015/03/25 12:59:46
3586 ?
rmistry
2015/03/25 17:24:01
Done.
|
+# |
+# The format of this file is: |
+# hashtag_name,mapped_text |
+# |
+# Here are some examples: |
+# * "projectxyz, BUG=skia:123" would convert "#projectxyz" into "BUG=skia:123". |
+# * "notry, NOTRY=true" would convert "#notry" into "NOTRY=true". |
+ |
+dummyproject,BUG=skia:2139 |
+notry,NOTRY=true |
+nocommit,COMMIT=false |
+try_android_test_n7_d,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus7-Tegra3-Arm7-Debug |
mtklein
2015/03/25 12:59:46
Does piling more than one thing together on the sa
rmistry
2015/03/25 17:24:01
SGTM. Done.
|