From a966668d618a2949c84b15a68e4702d95172ee46 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Sun, 20 Aug 2023 08:31:45 +0300 Subject: [PATCH 1/2] Create debug_checks.cm --- .cm/debug_checks.cm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .cm/debug_checks.cm diff --git a/.cm/debug_checks.cm b/.cm/debug_checks.cm new file mode 100644 index 0000000..f3dc7e5 --- /dev/null +++ b/.cm/debug_checks.cm @@ -0,0 +1,13 @@ +manifest: + version: 1.0 + + +automations: + show_changed_files: + if: + - true + run: + - action: add-comment@v1 + args: + comment: | + CHECKS DUMP {{ pr.checks | dump | safe }} From e1dffd5ab6d198ef290beef81d2558a487db1bf7 Mon Sep 17 00:00:00 2001 From: Ofer Affias Date: Sun, 20 Aug 2023 08:38:47 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d920e72..17125c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gitStream-examples Example PRs that demonstrate gitStream capabilities. + +test test