From 30fa31e3132f77056cd3a9d8740f2dd4e0a73fd0 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Tue, 11 Jul 2023 08:28:01 -0400 Subject: [PATCH 1/5] Create app.js --- Standard/label-missing-jira/app.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 Standard/label-missing-jira/app.js diff --git a/Standard/label-missing-jira/app.js b/Standard/label-missing-jira/app.js new file mode 100644 index 0000000..89c14cb --- /dev/null +++ b/Standard/label-missing-jira/app.js @@ -0,0 +1 @@ +// the main app From a06277f745ac9ea1ab333118b3c8887e7a66e7f9 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Tue, 11 Jul 2023 14:49:44 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d920e72..94e30fa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # gitStream-examples Example PRs that demonstrate gitStream capabilities. + From adb2eb084281f6ac4b01284ed403228688b9e0de Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Tue, 11 Jul 2023 15:06:12 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94e30fa..c67a7c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # gitStream-examples + Example PRs that demonstrate gitStream capabilities. From 4e1e9ed014e3110938c5ada900d9d1c3ef1ac3b4 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Tue, 11 Jul 2023 15:08:56 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c67a7c2..d920e72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,2 @@ # gitStream-examples - Example PRs that demonstrate gitStream capabilities. - From 5cfed4b5efddf23c8e624a66de679aadc4ed6828 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Wed, 12 Jul 2023 10:17:17 -0400 Subject: [PATCH 5/5] Update app.js --- Standard/label-missing-jira/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Standard/label-missing-jira/app.js b/Standard/label-missing-jira/app.js index 89c14cb..f800d40 100644 --- a/Standard/label-missing-jira/app.js +++ b/Standard/label-missing-jira/app.js @@ -1 +1,2 @@ // the main app +console.log('Hello World');