Skip to content

Commit 9d5bb81

Browse files
committed
Fix workflow, bump tooling
1 parent 94ca061 commit 9d5bb81

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/add_to_project_board.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Add new pr or issue to project board
22

3-
on: [issues, pull_requests]
3+
on:
4+
issues: {types: [opened]}
5+
pull_request: {types: [opened]}
46

57
jobs:
68
add-to-project:

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:deps
22
{lambdaisland/kaocha {:local/root "."}
33
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
4-
:git/sha "a6d39720fe8948d79b822384de054ee6e1912599"
4+
:git/sha "b91bbd276360bb0a865d85b48e048b831a35bc3f"
55
#_#_:local/root "../open-source"}}
66
:tasks
77
{test:bb

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{:extra-deps
3030
{lambdaisland/kaocha-cucumber {:mvn/version "0.11.100" :exclusions [lambdaisland/kaocha]}
3131
lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
32-
:git/sha "a6d39720fe8948d79b822384de054ee6e1912599"
32+
:git/sha "b91bbd276360bb0a865d85b48e048b831a35bc3f"
3333
#_#_:local/root "../open-source"}}}
3434

3535
:dev

0 commit comments

Comments
 (0)