Skip to content

Commit

Permalink
Fix workflow, bump tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Mar 25, 2024
1 parent 94ca061 commit 9d5bb81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/add_to_project_board.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d5bb81

Please sign in to comment.