From 9ec25177e19f16082e04bcdb5c3e4af3efa59832 Mon Sep 17 00:00:00 2001 From: Paul Thexton Date: Fri, 14 May 2021 10:39:17 +0100 Subject: [PATCH 1/2] PR Bot Demo This will demonstrate the PR Bot populating the available settings for an automation run below. --- testfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testfile b/testfile index 18249f3..cd08755 100644 --- a/testfile +++ b/testfile @@ -1 +1 @@ -Hello world. +Hello world! From d4c4f3ceb90dbdb715b6fc07421c0b1030500dc0 Mon Sep 17 00:00:00 2001 From: Paul Thexton Date: Thu, 3 Oct 2024 11:22:41 +0100 Subject: [PATCH 2/2] chore: testing --- check.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 check.sh diff --git a/check.sh b/check.sh new file mode 100755 index 0000000..3df60cd --- /dev/null +++ b/check.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Hi there" + +gh api --method POST '/repos/pthexton/testproduct/check-runs' --input - < data.json