From 9815a5f14b16a97ccadb668ca66e43a02e7b95c2 Mon Sep 17 00:00:00 2001 From: Josh <139473229+josh-psw@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:18:31 +0100 Subject: [PATCH 1/3] Make BCheck Checker run on push to open PR --- .github/workflows/pr_bcheck_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_bcheck_checker.yml b/.github/workflows/pr_bcheck_checker.yml index 29d493a..b39c436 100644 --- a/.github/workflows/pr_bcheck_checker.yml +++ b/.github/workflows/pr_bcheck_checker.yml @@ -2,7 +2,7 @@ name: Pull Request BCheckChecker on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] jobs: build: From 47d4d3b0e5d9bef0fe40a3c86ce650abbe7f6256 Mon Sep 17 00:00:00 2001 From: Josh <139473229+josh-psw@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:20:23 +0100 Subject: [PATCH 2/3] Change README to see if GitHub action change worked --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 225ee2c..d4be261 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,5 @@ BChecks for specific vulnerability classes as opposed to discrete vulnerabilitie Other BChecks doing all the wonderful things which we didn't imagine [/other](/other/) + +hi From 339870ff6e95d45cd6d8d98256b137ca1c4adb1e Mon Sep 17 00:00:00 2001 From: Josh <139473229+josh-psw@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:22:03 +0100 Subject: [PATCH 3/3] Change README back --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d4be261..225ee2c 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,3 @@ BChecks for specific vulnerability classes as opposed to discrete vulnerabilitie Other BChecks doing all the wonderful things which we didn't imagine [/other](/other/) - -hi