From 9d5bb816c6e88cf5a2d10290af019e0b53cf3994 Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Mon, 25 Mar 2024 09:39:28 +0100 Subject: [PATCH] Fix workflow, bump tooling --- .github/workflows/add_to_project_board.yml | 4 +++- bb.edn | 2 +- deps.edn | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add_to_project_board.yml b/.github/workflows/add_to_project_board.yml index 1ed60e1a..e7e24cef 100644 --- a/.github/workflows/add_to_project_board.yml +++ b/.github/workflows/add_to_project_board.yml @@ -1,6 +1,8 @@ name: Add new pr or issue to project board -on: [issues, pull_requests] +on: + issues: {types: [opened]} + pull_request: {types: [opened]} jobs: add-to-project: diff --git a/bb.edn b/bb.edn index 0b498364..34e742c0 100644 --- a/bb.edn +++ b/bb.edn @@ -1,7 +1,7 @@ {:deps {lambdaisland/kaocha {:local/root "."} lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source" - :git/sha "a6d39720fe8948d79b822384de054ee6e1912599" + :git/sha "b91bbd276360bb0a865d85b48e048b831a35bc3f" #_#_:local/root "../open-source"}} :tasks {test:bb diff --git a/deps.edn b/deps.edn index fa209d60..21f4a12f 100644 --- a/deps.edn +++ b/deps.edn @@ -29,7 +29,7 @@ {:extra-deps {lambdaisland/kaocha-cucumber {:mvn/version "0.11.100" :exclusions [lambdaisland/kaocha]} lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source" - :git/sha "a6d39720fe8948d79b822384de054ee6e1912599" + :git/sha "b91bbd276360bb0a865d85b48e048b831a35bc3f" #_#_:local/root "../open-source"}}} :dev