Replies: 1 comment
-
This might be specific to bitbucket support, generally the pattern is that danger will edit its own comment each CI run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have DangerJS working on Bitbucket Cloud, triggered on every new commit in the PR:
... with a rule like this one:
With this setup, each run will post the same message.
Is this the expected behaviour? Do you have any advice on how to avoid potential noise in PRs, or a different setup?
If DangerJS already provides a way to avoid duplicated messages and I missed it in the docs, sorry. Just point me there.
Otherwise, I'd be curious if others would like this feature. If yes, we could chat about contributing, for example:
PS: looking at other pages, it looks like DangerJS should edit the first message, but somehow this is not happening in our case.
Beta Was this translation helpful? Give feedback.
All reactions