line / conflr

Post R Markdown documents to Confluence
https://line.github.io/conflr/
GNU General Public License v3.0
130 stars 28 forks source link

Is it possible to programmatically untick "notify watchers" when posting to confluence? #150

Closed timschoof closed 2 years ago

timschoof commented 2 years ago

Thanks for creating such a great package! I've been using it a lot and may have been spamming my colleagues a bit too much lately. Is there perhaps a way to untick the "notify watchers" button when you edit the page programmatically using conflr (e.g. when using confl_create_post_from_Rmd())? Thanks! image

yutannihilation commented 2 years ago

I don't remember well, but does minor_edit: true work for you? (This option is available only on the dev version)

c.f. https://github.com/line/conflr/issues/20

timschoof commented 2 years ago

That worked. Thanks so much, @yutannihilation!

yutannihilation commented 2 years ago

Great!