Closed alexluong closed 5 months ago
@leggetter @alexbouchardd do we need to increment the package.json
version on every PR?
https://github.com/hookdeck/hookdeck-cli/actions/runs/9369372921/job/25793802510
@leggetter The action seems to be running for every branch?
@leggetter The action seems to be running for every branch?
The release GitHub workflow should only trigger when new tags are pushed: https://github.com/hookdeck/hookdeck-cli/blob/main/.github/workflows/release.yml#L3-L6
The test workflow should run when there's a PR to main https://github.com/hookdeck/hookdeck-cli/blob/connection-name/.github/workflows/test.yml#L3-L6
Following semver, the next released version should be v0.10.1 if this is a patch fix..
When we run
hookdeck listen 1234 source-name connection-name
, if the source has a connection without a name, it may run into nil pointer issue. This PR will check to make sure the pointer exists first before dereference it.