MtnBurrit0

Results 6 comments of 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...