MtnBurrit0
MtnBurrit0
I tried that, unfortunately same error. ```shell src/comments.ts(81,33): error TS2339: Property 'repository' does not exist on type 'BranchProtectionRuleCreatedEvent | BranchProtectionRuleDeletedEvent | BranchProtectionRuleEditedEvent | ... 381 more ... | WorkflowDispatchEvent'. Property...
> This should work for you > > ```ts > if ('repository' in context.payload) { > // do stuff here > } > ``` That works, however, there would be...
LGTM, I will let @bitwarden/dept-development sign off on the approval. 👍
@MGibson1 agreed, at this moment, none of these artifacts would be published until we updated the workflows to pick them up.
@leotomas837 , would you mind sharing an example of your working manifest using `merge:`?
> I've made a fix, it was made before the new seeds that were added 3 days ago though. > > ## 1. update xxx_init.sql > Add this at the...
I made some changes and brought in some implementation similar to https://github.com/bitwarden/sdk/blob/main/.github/workflows/release-go.yml. This makes it so that the release is created here for the `sdk-swift` repo.
> looks like #838 should have already fixed it. > > In release-0.14 (the version you're testing with), https://github.com/argoproj-labs/argocd-image-updater/blob/release-0.14/pkg/argocd/update.go#L573 is where the error was raised. > > In the above...
> The fix is in the current master branch, and will be included in the next release (0.15.0). Great! Am I able to get those changes from the `latest` image...
Oh yeah, just something I can test with is great. Looking forward to `0.15.0`!