From 4395395c85317b56ac17c999fe64123d71df96d9 Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Wed, 5 May 2021 11:55:11 -0700 Subject: [PATCH 1/2] test: adding fake test file --- mytest.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 mytest.py diff --git a/mytest.py b/mytest.py new file mode 100644 index 00000000..a60de3c0 --- /dev/null +++ b/mytest.py @@ -0,0 +1 @@ +print('Testing github Slack PR review notifications') \ No newline at end of file From 851e0488b1a45863b714e86013bf6c71196331ca Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Wed, 5 May 2021 15:24:33 -0700 Subject: [PATCH 2/2] another the comment --- mytest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mytest.py b/mytest.py index a60de3c0..efb030ed 100644 --- a/mytest.py +++ b/mytest.py @@ -1 +1,2 @@ -print('Testing github Slack PR review notifications') \ No newline at end of file +print('Testing github Slack PR review notifications') +print('Another comment') \ No newline at end of file